summaryrefslogtreecommitdiff
path: root/include/drawinglayer/XShapeDumper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/XShapeDumper.hxx')
-rw-r--r--include/drawinglayer/XShapeDumper.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/drawinglayer/XShapeDumper.hxx b/include/drawinglayer/XShapeDumper.hxx
index 24603e0db60a..47f5b0c26e88 100644
--- a/include/drawinglayer/XShapeDumper.hxx
+++ b/include/drawinglayer/XShapeDumper.hxx
@@ -17,11 +17,9 @@ namespace com::sun::star::drawing { class XShape; }
namespace com::sun::star::drawing { class XShapes; }
namespace com::sun::star::uno { template <typename > class Reference; }
-class DRAWINGLAYER_DLLPUBLIC XShapeDumper
+struct DRAWINGLAYER_DLLPUBLIC XShapeDumper
{
-
-public:
- XShapeDumper();
+ XShapeDumper() = delete;
static OUString dump(const css::uno::Reference<css::drawing::XShapes>& xPageShapes, bool bDumpInteropProperties=false);
static OUString dump(const css::uno::Reference<css::drawing::XShape>& xPageShapes, bool bDumpInteropProperties=false);
};