summaryrefslogtreecommitdiff
path: root/include/svx/svdograf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdograf.hxx')
-rw-r--r--include/svx/svdograf.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx
index f6c7c924499c..3ae73980ba6f 100644
--- a/include/svx/svdograf.hxx
+++ b/include/svx/svdograf.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVDOGRAF_HXX
-#define _SVDOGRAF_HXX
+#ifndef INCLUDED_SVX_SVDOGRAF_HXX
+#define INCLUDED_SVX_SVDOGRAF_HXX
#include <com/sun/star/io/XInputStream.hpp>
#include <vcl/graph.hxx>
@@ -198,6 +198,6 @@ public:
virtual SdrObject* getFullDragClone() const;
};
-#endif //_SVDOGRAF_HXX
+#endif // INCLUDED_SVX_SVDOGRAF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */