diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-14 02:03:56 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-14 05:43:47 +0200 |
commit | 5a7e8389f0720f1872f36af401c6b3af7968b7ea (patch) | |
tree | 6c84a567a77524d4dbe41a691c7dfef58004cb9c /sd/source | |
parent | 87b6f3059ef85e244c0262f209be4a4bad0f1594 (diff) |
hrc cleanup: Remove include guards from src files
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/animations/SlideTransitionPane.src | 3 | ||||
-rw-r--r-- | sd/source/ui/app/menuids3_tmpl.src | 3 | ||||
-rw-r--r-- | sd/source/ui/app/popup.src | 2 |
3 files changed, 1 insertions, 7 deletions
diff --git a/sd/source/ui/animations/SlideTransitionPane.src b/sd/source/ui/animations/SlideTransitionPane.src index ca479865e6fa..a065b74a5f86 100644 --- a/sd/source/ui/animations/SlideTransitionPane.src +++ b/sd/source/ui/animations/SlideTransitionPane.src @@ -19,10 +19,7 @@ #include "CustomAnimation.hrc" #include "SlideTransitionPane.hrc" #include "helpids.h" - -#ifndef _SVT_CONTROLDIMS_HRC_ #include <svtools/controldims.hrc> -#endif // Note: Sizes of 1 usually mean they are auto-calculated diff --git a/sd/source/ui/app/menuids3_tmpl.src b/sd/source/ui/app/menuids3_tmpl.src index 80456e451753..a111733dba0f 100644 --- a/sd/source/ui/app/menuids3_tmpl.src +++ b/sd/source/ui/app/menuids3_tmpl.src @@ -25,9 +25,8 @@ * ************************************************************************/ -#ifndef _GLOBLMN_HRC #include <svx/globlmn.hrc> -#endif + #define MN_CHANGEBEZIER \ MenuItem\ {\ diff --git a/sd/source/ui/app/popup.src b/sd/source/ui/app/popup.src index 563a83ffb89d..68e66efc1487 100644 --- a/sd/source/ui/app/popup.src +++ b/sd/source/ui/app/popup.src @@ -32,9 +32,7 @@ #undef SD_POPUP #define SD_POPUP RID_GRAPHIC_TEXTOBJ_POPUP #include "popup2.src" -#ifndef _GLOBLMN_HRC #include <svx/globlmn.hrc> -#endif #include "helpids.h" #define DEFINE_SLOTID_FOR_NUMBER_BULLETS SID_OUTLINE_BULLET |