-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better relative paths in some includes #98
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
|
||
#include "oox_rels.h" | ||
|
||
#include "../../../../Common/DocxFormat/Source/XML/Utils.h" | ||
#include "../../../Common/DocxFormat/Source/XML/Utils.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you. Fixed at 5df8901#diff-e3acffa60b695070b4a7f55fb424913e |
||
|
||
namespace cpdoccore { | ||
namespace oox { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
#include "Fills/GradFill.h" | ||
#include "Fills/PattFill.h" | ||
#include "../../../Common/DocxFormat/Source/SystemUtility/File.h" | ||
#include "../../../../DesktopEditor/common/File.h" | ||
#include "../../../DesktopEditor/common/File.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you. Fixed at d9922e4#diff-1554bae4fe6ae7837870fe22efe0c139L42 |
||
|
||
namespace PPTX | ||
{ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ | |
|
||
#include "../../ASCOfficeDocxFile2/BinReader/DefaultThemeWriter.h" | ||
|
||
#include "../../../../ASCOfficePPTXFile/PPTXFormat/Theme.h" | ||
#include "../../ASCOfficePPTXFile/PPTXFormat/Theme.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you. Fixed at e31f101#diff-6e06c833d00c0120e5c85ffb4ab9b193L51 |
||
|
||
#include "../../Common/DocxFormat/Source/XlsxFormat/Workbook/Workbook.h" | ||
#include "../../Common/DocxFormat/Source/XlsxFormat/Worksheets/Worksheet.h" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
Fixed at 5df8901#diff-9c641e465f1f349340b905521dca0099