summaryrefslogtreecommitdiff
path: root/include/svx/float3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/float3d.hxx')
-rw-r--r--include/svx/float3d.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx
index 1809e715c3ad..9f9141b3652d 100644
--- a/include/svx/float3d.hxx
+++ b/include/svx/float3d.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_FLOAT3D_HXX
-#define _SVX_FLOAT3D_HXX
+#ifndef INCLUDED_SVX_FLOAT3D_HXX
+#define INCLUDED_SVX_FLOAT3D_HXX
#include <sfx2/ctrlitem.hxx>
#include <vcl/fixed.hxx>
@@ -286,6 +286,6 @@ public:
sal_Bool GetState() const { return bState; }
};
-#endif // _SVX_FLOAT3D_HXX
+#endif // INCLUDED_SVX_FLOAT3D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */