summaryrefslogtreecommitdiff
path: root/include/vcl/seleng.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/seleng.hxx')
-rw-r--r--include/vcl/seleng.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/seleng.hxx b/include/vcl/seleng.hxx
index f93e74a3ebf4..31bdc81acdab 100644
--- a/include/vcl/seleng.hxx
+++ b/include/vcl/seleng.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_SELENG_HXX
-#define _SV_SELENG_HXX
+#ifndef INCLUDED_VCL_SELENG_HXX
+#define INCLUDED_VCL_SELENG_HXX
#include <vcl/dllapi.h>
#include <vcl/timer.hxx>
@@ -227,6 +227,6 @@ inline void SelectionEngine::SetAnchor( sal_Bool bAnchor )
nFlags &= (~SELENG_HAS_ANCH);
}
-#endif // _SV_SELENG_HXX
+#endif // INCLUDED_VCL_SELENG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */