diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-30 17:22:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-30 18:34:24 +0200 |
commit | 1ad14b32c651b23b2c37d83dbdea889607ea6680 (patch) | |
tree | 40345ce7dd3df5de7f59529d77775ae652127104 /oox | |
parent | a69bac4caa6ceec5cd19c84cdf25c1341e7feb4c (diff) |
sw doc model xml dump: dump float value of user fields
Change-Id: Ie59070254eb293cbfdd688d97bf4bb6c06e77a79
Reviewed-on: https://gerrit.libreoffice.org/58339
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins
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> |