summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/numdef.hxx5
-rw-r--r--include/editeng/unonames.hxx5
2 files changed, 10 insertions, 0 deletions
diff --git a/include/editeng/numdef.hxx b/include/editeng/numdef.hxx
index 28f94d2d3ae5..8ab423a0c3b6 100644
--- a/include/editeng/numdef.hxx
+++ b/include/editeng/numdef.hxx
@@ -17,7 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_INCLUDE_EDITENG_NUMDEF_HXX
+#define INCLUDED_INCLUDE_EDITENG_NUMDEF_HXX
+
#define SVX_MAX_NUM 10 // max. possible numbering level
#define SVX_DEF_BULLET (0xF000 + 149)// Character for lists
+#endif // INCLUDED_INCLUDE_EDITENG_NUMDEF_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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: */