From 0583c889c3af30e7f569127827cdb77b6c4770bd Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde PĂ©rez Date: Tue, 28 Jan 2014 10:27:06 +0100 Subject: 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 --- include/drawinglayer/XShapeDumper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/drawinglayer') 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 xPageShapes); + OUString dump(com::sun::star::uno::Reference xPageShapes, bool bDumpInteropProperties=false); }; #endif -- cgit