diff options
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 |