-
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
Conversation
@@ -43,7 +43,7 @@ | |||
#include <boost/variant.hpp> | |||
#include <boost/lexical_cast.hpp> | |||
|
|||
#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 comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
Fixed at 5df8901#diff-9c641e465f1f349340b905521dca0099
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Fixed at 5df8901#diff-e3acffa60b695070b4a7f55fb424913e
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Fixed at d9922e4#diff-1554bae4fe6ae7837870fe22efe0c139L42
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Fixed at e31f101#diff-6e06c833d00c0120e5c85ffb4ab9b193L51
Just review your PR, sorry for late responce. |
…params into develop Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/98
Continuing #65