summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/RefAndPointer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/RefAndPointer.hxx')
-rw-r--r--writerfilter/source/ooxml/RefAndPointer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/ooxml/RefAndPointer.hxx b/writerfilter/source/ooxml/RefAndPointer.hxx
index 8329e2afeea0..9f87b409be49 100644
--- a/writerfilter/source/ooxml/RefAndPointer.hxx
+++ b/writerfilter/source/ooxml/RefAndPointer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_REF_AND_POINTER_HXX
-#define INCLUDED_REF_AND_POINTER_HXX
+#ifndef INCLUDED_WRITERFILTER_SOURCE_OOXML_REFANDPOINTER_HXX
+#define INCLUDED_WRITERFILTER_SOURCE_OOXML_REFANDPOINTER_HXX
#include <iostream>
#include <com/sun/star/lang/XUnoTunnel.hpp>
@@ -99,6 +99,6 @@ public:
operator uno::Reference<Interface> () { return getRef(); }
};
}}
-#endif // INCLUDED_REF_AND_POINTER_HXX
+#endif // INCLUDED_WRITERFILTER_SOURCE_OOXML_REFANDPOINTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */