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 /extensions | |
parent | 87b6f3059ef85e244c0262f209be4a4bad0f1594 (diff) |
hrc cleanup: Remove include guards from src files
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/abspilot.src | 2 | ||||
-rw-r--r-- | extensions/source/dbpilots/commonpagesdbp.src | 2 | ||||
-rw-r--r-- | extensions/source/dbpilots/dbpilots.src | 2 | ||||
-rw-r--r-- | extensions/source/dbpilots/gridpages.src | 2 | ||||
-rw-r--r-- | extensions/source/dbpilots/groupboxpages.src | 2 | ||||
-rw-r--r-- | extensions/source/dbpilots/listcombopages.src | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/fontdialog.src | 4 | ||||
-rw-r--r-- | extensions/source/propctrlr/formlinkdialog.src | 4 | ||||
-rw-r--r-- | extensions/source/propctrlr/formres.src | 4 | ||||
-rw-r--r-- | extensions/source/propctrlr/listselectiondlg.src | 4 | ||||
-rw-r--r-- | extensions/source/propctrlr/newdatatype.src | 4 | ||||
-rw-r--r-- | extensions/source/propctrlr/pcrmiscres.src | 4 | ||||
-rw-r--r-- | extensions/source/propctrlr/propres.src | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/selectlabeldialog.src | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/taborder.src | 4 |
15 files changed, 0 insertions, 44 deletions
diff --git a/extensions/source/abpilot/abspilot.src b/extensions/source/abpilot/abspilot.src index c246af9a8b00..e0e8c3950361 100644 --- a/extensions/source/abpilot/abspilot.src +++ b/extensions/source/abpilot/abspilot.src @@ -25,9 +25,7 @@ * ************************************************************************/ -#ifndef EXTENSIONS_ABPRESID_HRC #include "abpresid.hrc" -#endif //........................................................................ ModalDialog RID_DLG_ADDRESSBOOKSOURCEPILOT diff --git a/extensions/source/dbpilots/commonpagesdbp.src b/extensions/source/dbpilots/commonpagesdbp.src index f900325ec0f1..16bf88a330fb 100644 --- a/extensions/source/dbpilots/commonpagesdbp.src +++ b/extensions/source/dbpilots/commonpagesdbp.src @@ -25,9 +25,7 @@ * ************************************************************************/ -#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_ #include "dbpresid.hrc" -#endif TabPage RID_PAGE_TABLESELECTION { diff --git a/extensions/source/dbpilots/dbpilots.src b/extensions/source/dbpilots/dbpilots.src index 5106da727e90..faad04dc8135 100644 --- a/extensions/source/dbpilots/dbpilots.src +++ b/extensions/source/dbpilots/dbpilots.src @@ -16,9 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_ #include "dbpresid.hrc" -#endif ModalDialog RID_DLG_GROUPBOXWIZARD { diff --git a/extensions/source/dbpilots/gridpages.src b/extensions/source/dbpilots/gridpages.src index 5170aa76e7a5..ad617cb392e2 100644 --- a/extensions/source/dbpilots/gridpages.src +++ b/extensions/source/dbpilots/gridpages.src @@ -16,9 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_ #include "dbpresid.hrc" -#endif TabPage RID_PAGE_GW_FIELDSELECTION { diff --git a/extensions/source/dbpilots/groupboxpages.src b/extensions/source/dbpilots/groupboxpages.src index 867d4d8b1149..515efb4fe7cf 100644 --- a/extensions/source/dbpilots/groupboxpages.src +++ b/extensions/source/dbpilots/groupboxpages.src @@ -16,9 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_ #include "dbpresid.hrc" -#endif TabPage RID_PAGE_GROUPRADIOSELECTION { diff --git a/extensions/source/dbpilots/listcombopages.src b/extensions/source/dbpilots/listcombopages.src index 0d9023e1f753..3a2304441c73 100644 --- a/extensions/source/dbpilots/listcombopages.src +++ b/extensions/source/dbpilots/listcombopages.src @@ -16,9 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_ #include "dbpresid.hrc" -#endif TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE { diff --git a/extensions/source/propctrlr/fontdialog.src b/extensions/source/propctrlr/fontdialog.src index c74e7b0620bf..d7647683e4a3 100644 --- a/extensions/source/propctrlr/fontdialog.src +++ b/extensions/source/propctrlr/fontdialog.src @@ -16,12 +16,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef EXTENSIONS_PROPRESID_HRC #include "formresid.hrc" -#endif -#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_ #include "formlocalid.hrc" -#endif TabDialog RID_TABDLG_FONTDIALOG { diff --git a/extensions/source/propctrlr/formlinkdialog.src b/extensions/source/propctrlr/formlinkdialog.src index ca61be85c5fc..67ee53e89346 100644 --- a/extensions/source/propctrlr/formlinkdialog.src +++ b/extensions/source/propctrlr/formlinkdialog.src @@ -16,13 +16,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_ #include "formresid.hrc" -#endif #include "propctrlr.hrc" -#ifndef EXTENSIONS_SOURCE_PROPCTRLR_FORMLINKDIALOG_HRC #include "formlinkdialog.hrc" -#endif ModalDialog RID_DLG_FORMLINKS { diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src index 83763b152d66..f12e66e0240e 100644 --- a/extensions/source/propctrlr/formres.src +++ b/extensions/source/propctrlr/formres.src @@ -25,12 +25,8 @@ * ************************************************************************/ -#ifndef EXTENSIONS_PROPRESID_HRC #include "formresid.hrc" -#endif -#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_ #include "formlocalid.hrc" -#endif String RID_STR_EDITMASK { diff --git a/extensions/source/propctrlr/listselectiondlg.src b/extensions/source/propctrlr/listselectiondlg.src index 6ab0616ddd13..6489ff49ec40 100644 --- a/extensions/source/propctrlr/listselectiondlg.src +++ b/extensions/source/propctrlr/listselectiondlg.src @@ -16,13 +16,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_ #include "formresid.hrc" -#endif #include "propctrlr.hrc" -#ifndef EXTENSIONS_SOURCE_PROPCTRLR_LISTSELECTIONDLG_HRC #include "listselectiondlg.hrc" -#endif ModalDialog RID_DLG_SELECTION { diff --git a/extensions/source/propctrlr/newdatatype.src b/extensions/source/propctrlr/newdatatype.src index eaa1beb81d5f..a662576c277b 100644 --- a/extensions/source/propctrlr/newdatatype.src +++ b/extensions/source/propctrlr/newdatatype.src @@ -16,12 +16,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef EXTENSIONS_PROPRESID_HRC #include "formresid.hrc" -#endif -#ifndef EXTENSIONS_SOURCE_PROPCTRLR_NEWDATATYPE_HRC #include "newdatatype.hrc" -#endif #define DIALOG_WIDTH 150 #define DIALOG_HEIGHT 55 diff --git a/extensions/source/propctrlr/pcrmiscres.src b/extensions/source/propctrlr/pcrmiscres.src index eb15e0a033ca..f1a0392a4c2a 100644 --- a/extensions/source/propctrlr/pcrmiscres.src +++ b/extensions/source/propctrlr/pcrmiscres.src @@ -25,12 +25,8 @@ * ************************************************************************/ -#ifndef EXTENSIONS_PROPRESID_HRC #include "formresid.hrc" -#endif -#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_ #include "formlocalid.hrc" -#endif String RID_STR_CONFIRM_DELETE_DATA_TYPE { diff --git a/extensions/source/propctrlr/propres.src b/extensions/source/propctrlr/propres.src index c8e4bffa0c96..8ddaf9d00b5b 100644 --- a/extensions/source/propctrlr/propres.src +++ b/extensions/source/propctrlr/propres.src @@ -16,9 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef EXTENSIONS_PROPRESID_HRC #include "propresid.hrc" -#endif #include "formresid.hrc" String RID_STR_STANDARD diff --git a/extensions/source/propctrlr/selectlabeldialog.src b/extensions/source/propctrlr/selectlabeldialog.src index 96f59d7ee1a1..b607e62bd92d 100644 --- a/extensions/source/propctrlr/selectlabeldialog.src +++ b/extensions/source/propctrlr/selectlabeldialog.src @@ -16,9 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef EXTENSIONS_PROPRESID_HRC #include "formresid.hrc" -#endif ModalDialog RID_DLG_SELECTLABELCONTROL { diff --git a/extensions/source/propctrlr/taborder.src b/extensions/source/propctrlr/taborder.src index dc63cc508d3d..84968bdcc906 100644 --- a/extensions/source/propctrlr/taborder.src +++ b/extensions/source/propctrlr/taborder.src @@ -16,12 +16,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_ #include "formresid.hrc" -#endif -#ifndef EXTENSIONS_SOURCE_PROPCTRLR_TABORDER_HRC #include "taborder.hrc" -#endif #include "propctrlr.hrc" ModalDialog RID_DLG_TABORDER |