diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/shape/LockedCanvasContext.cxx | 2 | ||||
-rw-r--r-- | oox/source/shape/WpgContext.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/shape/LockedCanvasContext.cxx b/oox/source/shape/LockedCanvasContext.cxx index 277a11fdd262..a460a9585425 100644 --- a/oox/source/shape/LockedCanvasContext.cxx +++ b/oox/source/shape/LockedCanvasContext.cxx @@ -7,9 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <sal/log.hxx> #include "LockedCanvasContext.hxx" +#include <sal/log.hxx> #include <oox/drawingml/shape.hxx> #include <oox/drawingml/shapecontext.hxx> #include <oox/drawingml/shapegroupcontext.hxx> diff --git a/oox/source/shape/WpgContext.cxx b/oox/source/shape/WpgContext.cxx index 26a54c41d2ac..95264e53ce15 100644 --- a/oox/source/shape/WpgContext.cxx +++ b/oox/source/shape/WpgContext.cxx @@ -7,9 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <sal/log.hxx> #include "WpgContext.hxx" +#include <sal/log.hxx> #include <drawingml/shapepropertiescontext.hxx> #include <oox/drawingml/shapegroupcontext.hxx> #include <oox/drawingml/graphicshapecontext.hxx> |