diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 12:10:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 12:10:02 +0200 |
commit | 064ca9248407bff10623a86599ad45cbf71decd2 (patch) | |
tree | d19f36e92bf89d3300116defb9b84ff89e3fae59 | |
parent | 8899e449b75ce4c0fd191d18ab00e11f3f88e365 (diff) |
hrc files should have hrc suffix
Change-Id: Iadbedc145c85c5f333e4449704fd01d5e12ddde5
-rw-r--r-- | dbaccess/source/ui/inc/toolbox_tmpl.hrc | 6 | ||||
-rw-r--r-- | include/editeng/memberids.hrc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/toolbox_tmpl.hrc b/dbaccess/source/ui/inc/toolbox_tmpl.hrc index 3cd6f6a95cc8..5a03481d0edc 100644 --- a/dbaccess/source/ui/inc/toolbox_tmpl.hrc +++ b/dbaccess/source/ui/inc/toolbox_tmpl.hrc @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DBAUI_TOOLBOX_HXX -#define DBAUI_TOOLBOX_HXX +#ifndef DBAUI_TOOLBOX_HRC +#define DBAUI_TOOLBOX_HRC #define MID_SBA_QRY_REFRESH \ Identifier = ID_BROWSER_REFRESH ; \ @@ -65,6 +65,6 @@ HelpID = HID_DOCUMENT_CREATE_REPWIZ ;\ Text [ en-US ] = "Report Wizard..."; \ -#endif // DBAUI_TOOLBOX_HXX +#endif // DBAUI_TOOLBOX_HRC /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/editeng/memberids.hrc b/include/editeng/memberids.hrc index 402d1a57920d..28a831a14c5c 100644 --- a/include/editeng/memberids.hrc +++ b/include/editeng/memberids.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _EDT_UNOMID_HXX -#define _EDT_UNOMID_HXX +#ifndef _EDT_UNOMID_HRC +#define _EDT_UNOMID_HRC #include <svl/memberid.hrc> |