summaryrefslogtreecommitdiff
path: root/include/svx/svdorect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdorect.hxx')
-rw-r--r--include/svx/svdorect.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdorect.hxx b/include/svx/svdorect.hxx
index f3119e02817b..82750820d9e8 100644
--- a/include/svx/svdorect.hxx
+++ b/include/svx/svdorect.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVDORECT_HXX
-#define _SVDORECT_HXX
+#ifndef INCLUDED_SVX_SVDORECT_HXX
+#define INCLUDED_SVX_SVDORECT_HXX
#include <svx/svdotext.hxx>
#include "svx/svxdllapi.h"
@@ -121,6 +121,6 @@ public:
virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint);
};
-#endif //_SVDORECT_HXX
+#endif // INCLUDED_SVX_SVDORECT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */