summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-18 12:10:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-18 12:10:02 +0200
commit064ca9248407bff10623a86599ad45cbf71decd2 (patch)
treed19f36e92bf89d3300116defb9b84ff89e3fae59 /dbaccess
parent8899e449b75ce4c0fd191d18ab00e11f3f88e365 (diff)
hrc files should have hrc suffix
Change-Id: Iadbedc145c85c5f333e4449704fd01d5e12ddde5
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/toolbox_tmpl.hrc6
1 files changed, 3 insertions, 3 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: */