diff options
Diffstat (limited to 'include/editeng/unonames.hxx')
-rw-r--r-- | include/editeng/unonames.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/unonames.hxx b/include/editeng/unonames.hxx index 29bb46a97c3d..2e5b44e1ad88 100644 --- a/include/editeng/unonames.hxx +++ b/include/editeng/unonames.hxx @@ -10,6 +10,8 @@ #ifndef INCLUDED_EDITENG_UNONAMES_HXX #define INCLUDED_EDITENG_UNONAMES_HXX +#include <rtl/ustring.hxx> + // Common across fields inline constexpr OUStringLiteral UNO_TC_PROP_ANCHOR = u"Anchor"; inline constexpr OUStringLiteral UNO_TC_PROP_TEXTFIELD_TYPE = u"TextFieldType"; |