summaryrefslogtreecommitdiffstats
path: root/include/editeng/unonames.hxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2014-05-30 05:49:03 +0000
committerNoel Grandin <noelgrandin@gmail.com>2014-05-30 01:45:21 -0500
commit9e3cc6b47444f988a68ca3ddcad779ed0480b00c (patch)
tree51ba26379eda8f674b5db369f99fa4d3fe15052c /include/editeng/unonames.hxx
parentfdo#68849: Add header guards to all include files (diff)
downloadcore-9e3cc6b47444f988a68ca3ddcad779ed0480b00c.tar.gz
core-9e3cc6b47444f988a68ca3ddcad779ed0480b00c.zip
fdo#68849: Add header guards to all include files
Added header guard to files in directories i18npool/, include/, and io/ Change-Id: I7ba5b5f0ffdf5dedb8fd40e8efa06936e7c23591 Reviewed-on: https://gerrit.libreoffice.org/9558 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
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: */