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 /reportdesign | |
parent | 07a490a740230d03cd0449ad1c471878176f5a8f (diff) |
hrc cleanup: Remove include guards
Also add some missing include guards.
Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/inc/RptResId.hrc | 4 | ||||
-rw-r--r-- | reportdesign/source/core/inc/core_resource.hrc | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/reportdesign/inc/RptResId.hrc b/reportdesign/inc/RptResId.hrc index 628485f34270..4d482b724c78 100644 --- a/reportdesign/inc/RptResId.hrc +++ b/reportdesign/inc/RptResId.hrc @@ -19,11 +19,7 @@ #ifndef _RPTUI_DLGRESID_HRC #define _RPTUI_DLGRESID_HRC -// include ----------------------------------------------------------- - -#ifndef _SOLAR_HRC #include <svl/solar.hrc> -#endif #define RID_DIALOG_START RID_RPT_START #define RID_PAGE_START RID_RPT_START diff --git a/reportdesign/source/core/inc/core_resource.hrc b/reportdesign/source/core/inc/core_resource.hrc index c006546eeb40..9b9f8ed8f8a9 100644 --- a/reportdesign/source/core/inc/core_resource.hrc +++ b/reportdesign/source/core/inc/core_resource.hrc @@ -19,9 +19,7 @@ #ifndef REPORTDESIGN_CORE_RESOURCE_HRC_ #define REPORTDESIGN_CORE_RESOURCE_HRC_ -#ifndef _SOLAR_HRC #include <svl/solar.hrc> -#endif //------------------------------------------------------------------------------ #define RID_CORE_STRINGS_START RID_RPT_START |