summaryrefslogtreecommitdiffstats
path: root/vcl/inc/quartz
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/quartz')
-rw-r--r--vcl/inc/quartz/salbmp.h6
-rw-r--r--vcl/inc/quartz/salgdicommon.hxx6
-rw-r--r--vcl/inc/quartz/utils.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/vcl/inc/quartz/salbmp.h b/vcl/inc/quartz/salbmp.h
index 24aebeb87c18..8641fd906322 100644
--- a/vcl/inc/quartz/salbmp.h
+++ b/vcl/inc/quartz/salbmp.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _VCL_QUARTZ_SALBMP_H
-#define _VCL_QUARTZ_SALBMP_H
+#ifndef INCLUDED_VCL_INC_QUARTZ_SALBMP_H
+#define INCLUDED_VCL_INC_QUARTZ_SALBMP_H
#include "tools/gen.hxx"
@@ -100,6 +100,6 @@ public:
CGImageRef CreateCroppedImage( int nX, int nY, int nWidth, int nHeight ) const;
};
-#endif // _VCL_QUARTZ_SALBMP_H
+#endif // INCLUDED_VCL_INC_QUARTZ_SALBMP_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/inc/quartz/salgdicommon.hxx b/vcl/inc/quartz/salgdicommon.hxx
index c8a18198ffe9..c20f99106aaa 100644
--- a/vcl/inc/quartz/salgdicommon.hxx
+++ b/vcl/inc/quartz/salgdicommon.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _VCL_AQUA_SALGDICOMMON_H
-#define _VCL_AQUA_SALGDICOMMON_H
+#ifndef INCLUDED_VCL_INC_QUARTZ_SALGDICOMMON_HXX
+#define INCLUDED_VCL_INC_QUARTZ_SALGDICOMMON_HXX
#include <premac.h>
#ifdef IOS
@@ -89,4 +89,4 @@ private:
bool m_bIsEnabled;
};
-#endif /* _VCL_AQUA_SALGDICOMMON_H */
+#endif // INCLUDED_VCL_INC_QUARTZ_SALGDICOMMON_HXX
diff --git a/vcl/inc/quartz/utils.h b/vcl/inc/quartz/utils.h
index 28cc508573e2..fe81c1d49fdf 100644
--- a/vcl/inc/quartz/utils.h
+++ b/vcl/inc/quartz/utils.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_QUARTZ_UTILS_HXX
-#define INCLUDED_QUARTZ_UTILS_HXX
+#ifndef INCLUDED_VCL_INC_QUARTZ_UTILS_H
+#define INCLUDED_VCL_INC_QUARTZ_UTILS_H
#include <iostream>
@@ -44,6 +44,6 @@ std::ostream &operator <<(std::ostream& s, CGPoint &rPoint);
std::ostream &operator <<(std::ostream& s, CGSize &rSize);
std::ostream &operator <<(std::ostream& s, CGColorRef pSize);
-#endif // INCLUDED_QUARTZ_UTILS_HXX
+#endif // INCLUDED_VCL_INC_QUARTZ_UTILS_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */