summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:53:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:46 +0200
commite6e59b52d18f9678b6a40263fcf85ca6bbde7a20 (patch)
tree56a708b90a7697ac98b1465257ec3e3e31170005 /cui/source/inc
parent9576cf9c3f011abec32b52e6d9342e4567abd9ac (diff)
Avoid reserved identifiers
Change-Id: I7d5eec4c8bcfc79edb3c0ea37cf73b4249f44f46
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/cuires.hrc4
-rw-r--r--cui/source/inc/helpid.hrc4
2 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc
index e46e4a18f9e2..ac4b7e6734f8 100644
--- a/cui/source/inc/cuires.hrc
+++ b/cui/source/inc/cuires.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CUI_RESID_HRC
-#define _CUI_RESID_HRC
+#ifndef INCLUDED_CUI_SOURCE_INC_CUIRES_HRC
+#define INCLUDED_CUI_SOURCE_INC_CUIRES_HRC
#include <sfx2/sfx.hrc>
#include <sfx2/dialogs.hrc>
diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc
index ab1fdc322d59..6eb74f9a028d 100644
--- a/cui/source/inc/helpid.hrc
+++ b/cui/source/inc/helpid.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 _CUI_HELPID_HRC
-#define _CUI_HELPID_HRC
+#ifndef INCLUDED_CUI_SOURCE_INC_HELPID_HRC
+#define INCLUDED_CUI_SOURCE_INC_HELPID_HRC
#include <svx/svxcommands.h>
#include <sfx2/sfxcommands.h>