summaryrefslogtreecommitdiffstats
path: root/vcl/inc/outdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/outdata.hxx')
-rw-r--r--vcl/inc/outdata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/outdata.hxx b/vcl/inc/outdata.hxx
index f5e2ab74bbd7..fde89eff64da 100644
--- a/vcl/inc/outdata.hxx
+++ b/vcl/inc/outdata.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_OUTDATA_HXX
-#define _SV_OUTDATA_HXX
+#ifndef INCLUDED_VCL_INC_OUTDATA_HXX
+#define INCLUDED_VCL_INC_OUTDATA_HXX
#include <tools/solar.h>
#include <tools/color.hxx>
@@ -38,6 +38,6 @@ inline int ImplIsColorTransparent( Color aColor )
return aColor.GetTransparency();
}
-#endif // _SV_OUTDATA_HXX
+#endif // INCLUDED_VCL_INC_OUTDATA_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */