summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-02 21:30:12 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-02 22:42:09 +0200
commit64517292c92cb1a28880a31e335726744ec7c82d (patch)
treec9a3cbfb065a157cd2fb6efddffe01cd9e2f1f1c /svx
parent07a490a740230d03cd0449ad1c471878176f5a8f (diff)
hrc cleanup: Remove include guards
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/gallery.hrc8
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc3
2 files changed, 6 insertions, 5 deletions
diff --git a/svx/inc/gallery.hrc b/svx/inc/gallery.hrc
index 6530d95648bf..d4d85ddb32ee 100644
--- a/svx/inc/gallery.hrc
+++ b/svx/inc/gallery.hrc
@@ -15,9 +15,11 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_DIALOGS_HRC
+
+#ifndef _SVX_GALLERY_HRC
+#define _SVX_GALLERY_HRC
+
#include <svx/dialogs.hrc>
-#endif
#include "galtheme.hrc"
// -----------
@@ -147,3 +149,5 @@
#define GALLERY_BROWSER1 1
#define GALLERY_BROWSER2 2
#define GALLERY_SPLITTER 1
+
+#endif // _SVX_GALLERY_HRC
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc b/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc
index 359e59c50629..43b983533ddd 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc
@@ -20,10 +20,7 @@
#define _TEXTCONVERSIONDLGS_CHINESE_DIRECTION_HRC
#include "chinese_direction_ids.hrc"
-
-#ifndef _SVT_CONTROLDIMS_HRC_
#include <svtools/controldims.hrc>
-#endif
#define DIRECTION_RADIOBUTTONS( D_XPOS, D_YPOS, D_FULLWIDTH ) \
RadioButton RB_TO_SIMPLIFIED \