summaryrefslogtreecommitdiffstats
path: root/include/editeng/unonames.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unonames.hxx')
-rw-r--r--include/editeng/unonames.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/editeng/unonames.hxx b/include/editeng/unonames.hxx
index 3a5984452773..19ed112cc5d2 100644
--- a/include/editeng/unonames.hxx
+++ b/include/editeng/unonames.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_INCLUDE_EDITENG_UNONAMES_HXX
+#define INCLUDED_INCLUDE_EDITENG_UNONAMES_HXX
+
// Common across fields
#define UNO_TC_PROP_ANCHOR "Anchor"
#define UNO_TC_PROP_TEXTFIELD_TYPE "TextFieldType"
@@ -40,4 +43,6 @@
#define UNO_TR_PROP_SELECTION "Selection"
+#endif // INCLUDED_INCLUDE_EDITENG_UNONAMES_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */