summaryrefslogtreecommitdiff
path: root/drawinglayer/source/dumper/XShapeDumper.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-13 06:00:35 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-13 06:01:52 +0200
commitf11bfe90f8453c74c94717b816f05ad44ba00b1e (patch)
tree39182ae2ed1c2cd79f40c7ca81cd85d6e6d09a1f /drawinglayer/source/dumper/XShapeDumper.cxx
parent4a2398e6c96849a4f62a32585b04b3f07f72e2f6 (diff)
move EnhancedShapeDumper to a module local location
Change-Id: Idb4cd44da611973c92bda6de779daf3aa8425168
Diffstat (limited to 'drawinglayer/source/dumper/XShapeDumper.cxx')
-rw-r--r--drawinglayer/source/dumper/XShapeDumper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/dumper/XShapeDumper.cxx b/drawinglayer/source/dumper/XShapeDumper.cxx
index 7c31bb9281f2..c5055410f59b 100644
--- a/drawinglayer/source/dumper/XShapeDumper.cxx
+++ b/drawinglayer/source/dumper/XShapeDumper.cxx
@@ -27,7 +27,7 @@
*/
#include <drawinglayer/XShapeDumper.hxx>
-#include <drawinglayer/EnhancedShapeDumper.hxx>
+#include "EnhancedShapeDumper.hxx"
#include <com/sun/star/drawing/XShapes.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>