diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-30 14:24:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-30 14:34:12 +0300 |
commit | 44ecabdbb367fc5ed84990540e5810d6bbbb6be6 (patch) | |
tree | 9ff85fade71b80397f9bba6716f2c796f5207fdf /reportdesign | |
parent | 863a82a369b797e920687ffd05c7ddf959ba9f83 (diff) |
#include <rtl/strbuf.hxx>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/filter/xml/xmlControlProperty.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reportdesign/source/filter/xml/xmlControlProperty.cxx b/reportdesign/source/filter/xml/xmlControlProperty.cxx index 85248f11309b..346451d47b91 100644 --- a/reportdesign/source/filter/xml/xmlControlProperty.cxx +++ b/reportdesign/source/filter/xml/xmlControlProperty.cxx @@ -28,6 +28,7 @@ #include "xmlControlProperty.hxx" +#include <rtl/strbuf.hxx> #include <sax/tools/converter.hxx> #include "xmlfilter.hxx" #include <xmloff/xmltoken.hxx> |