summaryrefslogtreecommitdiff
path: root/include/svx/viewpt3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/viewpt3d.hxx')
-rw-r--r--include/svx/viewpt3d.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/viewpt3d.hxx b/include/svx/viewpt3d.hxx
index 6b00ae2fa186..5c774c3a77b5 100644
--- a/include/svx/viewpt3d.hxx
+++ b/include/svx/viewpt3d.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _VIEWPT3D_HXX
-#define _VIEWPT3D_HXX
+#ifndef INCLUDED_SVX_VIEWPT3D_HXX
+#define INCLUDED_SVX_VIEWPT3D_HXX
#include "svx/svxdllapi.h"
#include <basegfx/matrix/b3dhommatrix.hxx>
@@ -111,6 +111,6 @@ class SVX_DLLPUBLIC Viewport3D
const basegfx::B3DPoint& GetViewPoint();
};
-#endif // _VIEWPT3D_HXX
+#endif // INCLUDED_SVX_VIEWPT3D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */