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 /sc/inc | |
parent | 07a490a740230d03cd0449ad1c471878176f5a8f (diff) |
hrc cleanup: Remove include guards
Also add some missing include guards.
Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/sc.hrc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 3988fe36d9ad..b3f194ae0dad 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -28,13 +28,8 @@ #ifndef SC_SC_HRC #define SC_SC_HRC -#ifndef _SFX_HRC #include <sfx2/sfx.hrc> // ->#include <solar.hrc> -#endif - -#ifndef _SVX_DIALOGS_HRC #include <svx/dialogs.hrc> // ->Svx-IDs -#endif #include "sfx2/sfxcommands.h" #include "svx/svxcommands.h" |