summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-22 17:34:14 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-22 17:34:14 +0200
commit95ab940d4d04456cdeb6350041f813a8ada35cb7 (patch)
tree9a19389448951545e9ddea5d31c394583682533b
parentad1119c4e978858cb9e4f47a23db587d792669af (diff)
add missing header guards
Change-Id: I73f7a25a180696b8581e673de8f39dd007fe5358
-rw-r--r--vcl/inc/salgdiimpl.hxx5
-rw-r--r--vcl/unx/generic/gdi/gdiimpl.hxx5
2 files changed, 10 insertions, 0 deletions
diff --git a/vcl/inc/salgdiimpl.hxx b/vcl/inc/salgdiimpl.hxx
index 1230d1cae0c9..329f3bb8c68e 100644
--- a/vcl/inc/salgdiimpl.hxx
+++ b/vcl/inc/salgdiimpl.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_VCL_INC_SALGDIIMPL_HXX
+#define INCLUDED_VCL_INC_SALGDIIMPL_HXX
+
#include <vcl/dllapi.h>
#include <rtl/ustring.hxx>
@@ -197,4 +200,6 @@ public:
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/unx/generic/gdi/gdiimpl.hxx b/vcl/unx/generic/gdi/gdiimpl.hxx
index 254eaa9ff6c6..ebc9bf1b4aa5 100644
--- a/vcl/unx/generic/gdi/gdiimpl.hxx
+++ b/vcl/unx/generic/gdi/gdiimpl.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCULDED_VCL_GENERIC_GDI_GDIIMPL_HXX
+#define INCLUDED_VCL_GENERIC_GDI_GDIIMPL_HXX
+
#include <prex.h>
#include <postx.h>
@@ -259,4 +262,6 @@ public:
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */