summaryrefslogtreecommitdiff
path: root/include/svx/itemwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/itemwin.hxx')
-rw-r--r--include/svx/itemwin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx
index bae3ee662b24..e7cd2c90c38f 100644
--- a/include/svx/itemwin.hxx
+++ b/include/svx/itemwin.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 _SVX_ITEMWIN_HXX
-#define _SVX_ITEMWIN_HXX
+#ifndef INCLUDED_SVX_ITEMWIN_HXX
+#define INCLUDED_SVX_ITEMWIN_HXX
#include <vcl/bitmap.hxx>
@@ -172,6 +172,6 @@ private:
void ReleaseFocus_Impl();
};
-#endif // #ifndef _SVX_ITEMWIN_HXX
+#endif // INCLUDED_SVX_ITEMWIN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */