This commit is contained in:
Elena.Subbotina
2022-11-29 22:29:27 +03:00
parent 21046acdd7
commit b77268485d
8 changed files with 12 additions and 9 deletions

View File

@ -30,8 +30,6 @@
*
*/
#pragma once
#ifndef OOX_LOGIC_HYPERLINK_INCLUDE_H_
#define OOX_LOGIC_HYPERLINK_INCLUDE_H_
#include "../../Base/Nullable.h"
@ -126,4 +124,3 @@ namespace OOX
} // namespace Logic
} // namespace OOX
#endif // OOX_LOGIC_HYPERLINK_INCLUDE_H_

View File

@ -52,7 +52,9 @@ SOURCES += \
../../../DocxFormat/Logic/VmlOfficeDrawing.cpp \
../../../DocxFormat/Logic/VmlWord.cpp \
../../../DocxFormat/Logic/Shape.cpp \
../../../DocxFormat/Media/Media.cpp \
../../../DocxFormat/External/ExternalHyperLink.cpp \
../../../DocxFormat/External/External.cpp \
../../../DocxFormat/Media/Media.cpp \
../../../DocxFormat/Media/VbaProject.cpp \
../../../DocxFormat/Media/JsaProject.cpp \
../../../DocxFormat/Media/ActiveX.cpp \

View File

@ -101,7 +101,7 @@
#include "../../../DocxFormat/Diagram/DiagramLayout.cpp"
#include "../../../DocxFormat/Diagram/DiagramQuickStyle.cpp"
#include "../../../DocxFormat/External/External.cpp"
#include "../../../DocxFormat/External/HyperLink.cpp"
#include "../../../DocxFormat/External/ExternalHyperLink.cpp"
#include "../../../Binary/MathEquation/MathEquation.cpp"
#include "../../../DocxFormat/Logic/DocParts.cpp"
#include "../../../DocxFormat/WritingElement.cpp"

View File

@ -43,6 +43,7 @@
<ClCompile Include="..\..\..\Binary\Document\BinReader\SettingWriter.cpp" />
<ClCompile Include="..\..\..\Binary\Document\BinReader\StylesWriter.cpp" />
<ClCompile Include="..\..\..\Binary\Document\BinReader\webSettingsWriter.cpp" />
<ClCompile Include="..\..\..\Binary\Document\BinWriter\BinEquationWriter.cpp" />
<ClCompile Include="..\..\..\Binary\Document\BinWriter\BinWriters.cpp" />
<ClCompile Include="..\..\..\Binary\Document\DocWrapper\ChartSerializer.cpp" />
<ClCompile Include="..\..\..\Binary\Document\DocWrapper\DocxSerializer.cpp" />

View File

@ -192,6 +192,9 @@
<ClCompile Include="..\..\..\Binary\Document\DocWrapper\ChartSerializer.cpp">
<Filter>Document</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Binary\Document\BinWriter\BinEquationWriter.cpp">
<Filter>Document\Writer</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\Binary\Document\DocWrapper\ChartWriter.h">

View File

@ -433,7 +433,7 @@
<ClCompile Include="..\..\..\DocxFormat\Drawing\DrawingExt.cpp" />
<ClCompile Include="..\..\..\DocxFormat\Endnote.cpp" />
<ClCompile Include="..\..\..\DocxFormat\External\External.cpp" />
<ClCompile Include="..\..\..\DocxFormat\External\HyperLink.cpp" />
<ClCompile Include="..\..\..\DocxFormat\External\ExternalHyperLink.cpp" />
<ClCompile Include="..\..\..\DocxFormat\File.cpp" />
<ClCompile Include="..\..\..\DocxFormat\FileFactory.cpp" />
<ClCompile Include="..\..\..\DocxFormat\FileType.cpp" />

View File

@ -935,12 +935,12 @@
<ClCompile Include="..\..\..\DocxFormat\External\External.cpp">
<Filter>External</Filter>
</ClCompile>
<ClCompile Include="..\..\..\DocxFormat\External\HyperLink.cpp">
<Filter>External</Filter>
</ClCompile>
<ClCompile Include="..\..\..\XlsxFormat\Worksheets\XlsxHyperlinks.cpp">
<Filter>XlsxFormat\Worksheets</Filter>
</ClCompile>
<ClCompile Include="..\..\..\DocxFormat\External\ExternalHyperLink.cpp">
<Filter>External</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="ClassDiagram.cd" />