summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-29 21:05:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-30 13:18:36 +0000
commite216078272373b2d7a96929437b5e5986b4ec185 (patch)
treec1920b3d6d07ba482fefa2545ccc282f99da20d4 /xmloff/inc
parent5d138c0de15ee9bd3fe7d35a194935073813092b (diff)
reduce unnecessary includes
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmloff/xmlimp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/xmloff/xmlimp.hxx b/xmloff/inc/xmloff/xmlimp.hxx
index eb8b950ee867..2f00ffa08142 100644
--- a/xmloff/inc/xmloff/xmlimp.hxx
+++ b/xmloff/inc/xmloff/xmlimp.hxx
@@ -397,8 +397,8 @@ public:
sal_Bool IsTextDocInOOoFileFormat() const;
- String GetBaseURL() const;
- String GetDocumentBase() const;
+ ::rtl::OUString GetBaseURL() const;
+ ::rtl::OUString GetDocumentBase() const;
/// name of stream in package, e.g., "content.xml"
::rtl::OUString GetStreamName() const;