summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/textapi.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/core/inc/textapi.hxx b/sw/source/core/inc/textapi.hxx
index 4673ea683eb6..4daf52959169 100644
--- a/sw/source/core/inc/textapi.hxx
+++ b/sw/source/core/inc/textapi.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef SW_TEXTAPI_HXX
+#define SW_TEXTAPI_HXX
+
#include <editeng/unoedsrc.hxx>
#include <editeng/unotext.hxx>
#include <editeng/eeitem.hxx>
@@ -61,4 +64,6 @@ public:
OUString GetText() { return pSource->GetText(); }
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */