diff options
Diffstat (limited to 'xmloff/inc/xmlprop.hxx')
-rw-r--r-- | xmloff/inc/xmlprop.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/inc/xmlprop.hxx b/xmloff/inc/xmlprop.hxx index 89c53b72a8ea..50978ed0fa75 100644 --- a/xmloff/inc/xmlprop.hxx +++ b/xmloff/inc/xmlprop.hxx @@ -8,6 +8,8 @@ */ #pragma once +#include <rtl/ustring.hxx> + inline constexpr OUString PROP_ = u""_ustr; inline constexpr OUString PROP_AdjustBlue = u"AdjustBlue"_ustr; inline constexpr OUString PROP_AdjustContrast = u"AdjustContrast"_ustr; |