summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-22 05:32:12 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-22 05:32:49 +0200
commitd6b80337fb76e31b2e6a11c18c3ae989767c8118 (patch)
tree9226ffd33b31359d8845976cdb898f9e302de476 /sd
parent657a3a81828216240b6ff31377d62ca17e656368 (diff)
fdo#68849 add some header guards
Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/assclass.hxx4
-rw-r--r--sd/source/ui/inc/dlgass.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/assclass.hxx b/sd/source/ui/inc/assclass.hxx
index b8adf2e5039f..66b984e936d8 100644
--- a/sd/source/ui/inc/assclass.hxx
+++ b/sd/source/ui/inc/assclass.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INC_ASSCLASS
-#define INC_ASSCLASS
+#ifndef INCLUDED_SD_SOURCE_UI_INC_ASSCLASS_HXX
+#define INCLUDED_SD_SOURCE_UI_INC_ASSCLASS_HXX
#include <vector>
#include <boost/scoped_array.hpp>
diff --git a/sd/source/ui/inc/dlgass.hxx b/sd/source/ui/inc/dlgass.hxx
index 5625d9d98af0..2983a5fc72c0 100644
--- a/sd/source/ui/inc/dlgass.hxx
+++ b/sd/source/ui/inc/dlgass.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INC_DLGASS
-#define INC_DLGASS
+#ifndef INCLUDED_SD_SOURCE_UI_INC_DLGASS_HXX
+#define INCLUDED_SD_SOURCE_UI_INC_DLGASS_HXX
#include <vcl/group.hxx>
#include <vcl/edit.hxx>