summaryrefslogtreecommitdiffstats
path: root/include/svl/outstrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/outstrm.hxx')
-rw-r--r--include/svl/outstrm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/outstrm.hxx b/include/svl/outstrm.hxx
index 31899599fc90..50f5b0465c63 100644
--- a/include/svl/outstrm.hxx
+++ b/include/svl/outstrm.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SVTOOLS_OUTSTRM_HXX
-#define SVTOOLS_OUTSTRM_HXX
+#ifndef INCLUDED_SVL_OUTSTRM_HXX
+#define INCLUDED_SVL_OUTSTRM_HXX
#include "svl/svldllapi.h"
#include <com/sun/star/uno/Reference.h>
@@ -54,6 +54,6 @@ public:
virtual sal_uInt16 IsA() const;
};
-#endif // SVTOOLS_OUTSTRM_HXX
+#endif // INCLUDED_SVL_OUTSTRM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */