summaryrefslogtreecommitdiff
path: root/include/drawinglayer
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2014-01-28 10:27:06 +0100
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2014-01-28 10:36:11 +0100
commit0583c889c3af30e7f569127827cdb77b6c4770bd (patch)
treecdf25bd803003774ce2c7359c94a3cdbb4c780f0 /include/drawinglayer
parentd71d16958fad1975c17245f064d7dc32c581e220 (diff)
sd/qa: Remove InteropGrabBag property from XML dumps
The InteropGrabBag property adds a lot of noise to this tests and it doesn't actually have any purpose, because we are building their own tests for InteropGrabBag-supported document attributes. We have removed this property by default but we left a flag to enable it when it's convenient for debugging. Change-Id: I97cc7ba171783222a57ab5a96e5755070b949505
Diffstat (limited to 'include/drawinglayer')
-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 98d144589a18..b18de917b96e 100644
--- a/include/drawinglayer/XShapeDumper.hxx
+++ b/include/drawinglayer/XShapeDumper.hxx
@@ -46,7 +46,7 @@ class DRAWINGLAYER_DLLPUBLIC XShapeDumper
public:
XShapeDumper();
- OUString dump(com::sun::star::uno::Reference<com::sun::star::drawing::XShapes> xPageShapes);
+ OUString dump(com::sun::star::uno::Reference<com::sun::star::drawing::XShapes> xPageShapes, bool bDumpInteropProperties=false);
};
#endif