summaryrefslogtreecommitdiff
path: root/include/drawinglayer/XShapeDumper.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-25 19:47:36 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-25 20:02:21 +0200
commit08299e911131c2850907d9c612950497a8348d2f (patch)
treea7429f39f059e3de6ccdf11bdf5d0ba8aa091a6f /include/drawinglayer/XShapeDumper.hxx
parent9f13bb51a852f29ce3c26845859a547c6be4e423 (diff)
add way for shape dumper to dump single shape
Change-Id: I031921d6869d3bbdef4ed11e4316b6cd977992ca
Diffstat (limited to 'include/drawinglayer/XShapeDumper.hxx')
-rw-r--r--include/drawinglayer/XShapeDumper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/XShapeDumper.hxx b/include/drawinglayer/XShapeDumper.hxx
index efce7779c133..e8c50bcaf59d 100644
--- a/include/drawinglayer/XShapeDumper.hxx
+++ b/include/drawinglayer/XShapeDumper.hxx
@@ -47,7 +47,7 @@ class DRAWINGLAYER_DLLPUBLIC XShapeDumper
public:
XShapeDumper();
OUString dump(com::sun::star::uno::Reference<com::sun::star::drawing::XShapes> xPageShapes, bool bDumpInteropProperties=false);
-
+ OUString dump(com::sun::star::uno::Reference<com::sun::star::drawing::XShape> xPageShapes, bool bDumpInteropProperties=false);
};
#endif