summaryrefslogtreecommitdiffstats
path: root/vcl/inc/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/image.h')
-rw-r--r--vcl/inc/image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/image.h b/vcl/inc/image.h
index ec12a3d41aba..a59c865b23ed 100644
--- a/vcl/inc/image.h
+++ b/vcl/inc/image.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_IMAGE_H
-#define _SV_IMAGE_H
+#ifndef INCLUDED_VCL_INC_IMAGE_H
+#define INCLUDED_VCL_INC_IMAGE_H
#include <vcl/bitmapex.hxx>
@@ -156,6 +156,6 @@ private: // prevent assignment and copy construction
void operator=( const ImplImage&);
};
-#endif // _SV_IMAGE_H
+#endif // INCLUDED_VCL_INC_IMAGE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */