summaryrefslogtreecommitdiff
path: root/include/drawinglayer/XShapeDumper.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:22:51 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:06 +0200
commitf05861de995f8d4edb1a97c616d050f55ec04c32 (patch)
tree87d71803deca4d8e579b8000712fe5572154e68b /include/drawinglayer/XShapeDumper.hxx
parent7a924a43336aa67e46be0859345d3a423c2ba848 (diff)
XShapeDumper: add modeline and some corrections
Diffstat (limited to 'include/drawinglayer/XShapeDumper.hxx')
-rw-r--r--include/drawinglayer/XShapeDumper.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/drawinglayer/XShapeDumper.hxx b/include/drawinglayer/XShapeDumper.hxx
index aeee366c96c3..efce7779c133 100644
--- a/include/drawinglayer/XShapeDumper.hxx
+++ b/include/drawinglayer/XShapeDumper.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_DRAWINGLAYER_XSHAPEDUMPER_HXX
+#define INCLUDED_DRAWINGLAYER_XSHAPEDUMPER_HXX
+
#include <drawinglayer/drawinglayerdllapi.h>
#include <com/sun/star/drawing/XShapes.hpp>
@@ -38,9 +41,6 @@
#include <com/sun/star/beans/PropertyValue.hpp>
-#ifndef INCLUDED_DRAWINGLAYER_XSHAPEDUMPER_HXX
-#define INCLUDED_DRAWINGLAYER_XSHAPEDUMPER_HXX
-
class DRAWINGLAYER_DLLPUBLIC XShapeDumper
{
@@ -49,4 +49,7 @@ public:
OUString dump(com::sun::star::uno::Reference<com::sun::star::drawing::XShapes> xPageShapes, bool bDumpInteropProperties=false);
};
+
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */