summaryrefslogtreecommitdiff
path: root/include/svl/ondemand.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/ondemand.hxx')
-rw-r--r--include/svl/ondemand.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/ondemand.hxx b/include/svl/ondemand.hxx
index d61b31f570d2..6b6473c5cad9 100644
--- a/include/svl/ondemand.hxx
+++ b/include/svl/ondemand.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVTOOLS_ONDEMAND_HXX
-#define INCLUDED_SVTOOLS_ONDEMAND_HXX
+#ifndef INCLUDED_SVL_ONDEMAND_HXX
+#define INCLUDED_SVL_ONDEMAND_HXX
#include <unotools/syslocale.hxx>
#include <i18nlangtag/lang.h>
@@ -379,6 +379,6 @@ public:
NativeNumberWrapper& operator*() { return *get(); }
};
-#endif // INCLUDED_SVTOOLS_ONDEMAND_HXX
+#endif // INCLUDED_SVL_ONDEMAND_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */