summaryrefslogtreecommitdiff
path: root/include/svx/svddrag.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svddrag.hxx')
-rw-r--r--include/svx/svddrag.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svddrag.hxx b/include/svx/svddrag.hxx
index 82e3f114e28a..ee4e8c46ca00 100644
--- a/include/svx/svddrag.hxx
+++ b/include/svx/svddrag.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVDDRAG_HXX
-#define _SVDDRAG_HXX
+#ifndef INCLUDED_SVX_SVDDRAG_HXX
+#define INCLUDED_SVX_SVDDRAG_HXX
#include <tools/gen.hxx>
@@ -178,6 +178,6 @@ public:
void TakeCreateRect(Rectangle& rRect) const;
};
-#endif //_SVDDRAG_HXX
+#endif // INCLUDED_SVX_SVDDRAG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */