diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:35:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:00 +0200 |
commit | 85fe083c46c145ab7b884c1479e7b5ab234e4feb (patch) | |
tree | 42030a4f2ba7b68185968e6c89c13cdb454c4adb /oox/source/helper/modelobjecthelper.cxx | |
parent | d516b4e16af29e1978173b134da0420879619eb2 (diff) |
loplugin:includeform: oox
Change-Id: I9f1cc9940f5b31370394f789ebfaddfd6d30ca61
Diffstat (limited to 'oox/source/helper/modelobjecthelper.cxx')
-rw-r--r-- | oox/source/helper/modelobjecthelper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/helper/modelobjecthelper.cxx b/oox/source/helper/modelobjecthelper.cxx index d29755bd445e..79f53fe66d28 100644 --- a/oox/source/helper/modelobjecthelper.cxx +++ b/oox/source/helper/modelobjecthelper.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "oox/helper/modelobjecthelper.hxx" +#include <oox/helper/modelobjecthelper.hxx> #include <com/sun/star/awt/Gradient.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/drawing/LineDash.hpp> #include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/helper.hxx" +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/helper.hxx> #include <osl/diagnose.h> namespace oox { |