summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlControlProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlControlProperty.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlControlProperty.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/reportdesign/source/filter/xml/xmlControlProperty.hxx b/reportdesign/source/filter/xml/xmlControlProperty.hxx
index b1b2c051aba7..41d6c759ab1d 100644
--- a/reportdesign/source/filter/xml/xmlControlProperty.hxx
+++ b/reportdesign/source/filter/xml/xmlControlProperty.hxx
@@ -25,6 +25,7 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
+#include <rtl/ustrbuf.hxx>
namespace rptxml
{
@@ -37,6 +38,7 @@ namespace rptxml
OXMLControlProperty* m_pContainer;
css::uno::Type m_aPropType; // the type of the property the instance imports currently
bool m_bIsList;
+ OUStringBuffer m_aCharBuffer;
ORptFilter& GetOwnImport();
static css::uno::Any convertString(const css::uno::Type& _rExpectedType, const OUString& _rReadCharacters);