summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibprop.hrc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:52:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:46 +0200
commit1e418f852770b69965b6cababa5a1d1844544a19 (patch)
tree2c7ee46260fd2777d4039ab112cc7ceb0de3f815 /extensions/source/bibliography/bibprop.hrc
parent173525bb44bffb8958ede6b10bd5ac429c97ca3e (diff)
Avoid reserved identifiers
Change-Id: I10be69e36c79c15d2e02457558e37ec3efbf80c1
Diffstat (limited to 'extensions/source/bibliography/bibprop.hrc')
-rw-r--r--extensions/source/bibliography/bibprop.hrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/bibprop.hrc b/extensions/source/bibliography/bibprop.hrc
index 11b03f2bbf37..46d6d40c9291 100644
--- a/extensions/source/bibliography/bibprop.hrc
+++ b/extensions/source/bibliography/bibprop.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 _BIB_FMPROP_HRC
-#define _BIB_FMPROP_HRC
+#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBPROP_HRC
+#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBPROP_HRC
extern rtl::OUString FM_PROP_LABEL;
extern rtl::OUString FM_PROP_NAME;
@@ -30,6 +30,6 @@ extern rtl::OUString FM_PROP_CURSORSOURCE;
extern rtl::OUString FM_PROP_CURSORSOURCETYPE;
extern rtl::OUString FM_PROP_TEXT;
-#endif // _SVX_FMPROP_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */