summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexte.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmltexte.hxx')
-rw-r--r--sw/source/filter/xml/xmltexte.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmltexte.hxx b/sw/source/filter/xml/xmltexte.hxx
index 34d1bb6ef5d5..7cceb4a8e880 100644
--- a/sw/source/filter/xml/xmltexte.hxx
+++ b/sw/source/filter/xml/xmltexte.hxx
@@ -32,9 +32,9 @@ namespace com { namespace sun { namespace star { namespace style {
class SwXMLTextParagraphExport : public XMLTextParagraphExport
{
- const ::rtl::OUString sTextTable;
- const ::rtl::OUString sEmbeddedObjectProtocol;
- const ::rtl::OUString sGraphicObjectProtocol;
+ const OUString sTextTable;
+ const OUString sEmbeddedObjectProtocol;
+ const OUString sGraphicObjectProtocol;
const SvGlobalName aAppletClassId;
const SvGlobalName aPluginClassId;
@@ -73,7 +73,7 @@ public:
virtual void setTextEmbeddedGraphicURL(
const ::com::sun::star::uno::Reference <
::com::sun::star::beans::XPropertySet >& rPropSet,
- ::rtl::OUString& rStreamName ) const;
+ OUString& rStreamName ) const;
};