diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 21:30:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 22:42:09 +0200 |
commit | 64517292c92cb1a28880a31e335726744ec7c82d (patch) | |
tree | c9a3cbfb065a157cd2fb6efddffe01cd9e2f1f1c /svx/inc/gallery.hrc | |
parent | 07a490a740230d03cd0449ad1c471878176f5a8f (diff) |
hrc cleanup: Remove include guards
Also add some missing include guards.
Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
Diffstat (limited to 'svx/inc/gallery.hrc')
-rw-r--r-- | svx/inc/gallery.hrc | 8 |
1 files changed, 6 insertions, 2 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 |