summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLStreamImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLStreamImpl.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLStreamImpl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/ooxml/OOXMLStreamImpl.hxx b/writerfilter/source/ooxml/OOXMLStreamImpl.hxx
index 0ba6ccba29f2..3f972538a9e3 100644
--- a/writerfilter/source/ooxml/OOXMLStreamImpl.hxx
+++ b/writerfilter/source/ooxml/OOXMLStreamImpl.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_OOXML_STREAM_IMPL_HXX
-#define INCLUDED_OOXML_STREAM_IMPL_HXX
+#ifndef INCLUDED_WRITERFILTER_SOURCE_OOXML_OOXMLSTREAMIMPL_HXX
+#define INCLUDED_WRITERFILTER_SOURCE_OOXML_OOXMLSTREAMIMPL_HXX
#include <map>
@@ -89,6 +89,6 @@ public:
uno::Reference<io::XStream> accessDocumentStream();
};
}}
-#endif // INCLUDED_OOXML_STREAM_IMPL_HXX
+#endif // INCLUDED_WRITERFILTER_SOURCE_OOXML_OOXMLSTREAMIMPL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */