summaryrefslogtreecommitdiff
path: root/vcl/inc/impgraph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r--vcl/inc/impgraph.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index 4c879d6ba75c..8ccabf6711f0 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_IMPGRAPH_HXX
-#define _SV_IMPGRAPH_HXX
+#ifndef INCLUDED_VCL_INC_IMPGRAPH_HXX
+#define INCLUDED_VCL_INC_IMPGRAPH_HXX
#include <vcl/bitmap.hxx>
#include <vcl/bitmapex.hxx>
@@ -167,6 +167,6 @@ private:
const SvgDataPtr& getSvgData() const;
};
-#endif // _SV_IMPGRAPH_HXX
+#endif // INCLUDED_VCL_INC_IMPGRAPH_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */