summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/helpid.hrc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:44:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:40 +0200
commit1b0c14658c169657fcca03c731cbb693524fac9b (patch)
tree757cc84ce5eb3b9d60bf6dbfcf54bc946a3cc765 /sfx2/source/inc/helpid.hrc
parent470cfa9860232ab70e017e6084d80f80d469555c (diff)
Avoid reserved identifiers
Change-Id: Ia2be9eeda4c1035f8e1d3b68446807aeffe59453
Diffstat (limited to 'sfx2/source/inc/helpid.hrc')
-rw-r--r--sfx2/source/inc/helpid.hrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc
index 1794246c1be2..d9c102b59dde 100644
--- a/sfx2/source/inc/helpid.hrc
+++ b/sfx2/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 _SFX_HELPID_HRC
-#define _SFX_HELPID_HRC
+#ifndef INCLUDED_SFX2_SOURCE_INC_HELPID_HRC
+#define INCLUDED_SFX2_SOURCE_INC_HELPID_HRC
#include <sfx2/sfxcommands.h>
@@ -62,6 +62,6 @@
#define HID_SIDEBAR_WINDOW "SFX2_HID_SIDEBAR_WINDOW"
-#endif // #ifndef _SFX_HELPID_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */