summaryrefslogtreecommitdiffstats
path: root/xmloff/inc/xmloff/MarkerStyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xmloff/MarkerStyle.hxx')
-rw-r--r--xmloff/inc/xmloff/MarkerStyle.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/xmloff/MarkerStyle.hxx b/xmloff/inc/xmloff/MarkerStyle.hxx
index b3bc3d0e2870..5cff7cb23745 100644
--- a/xmloff/inc/xmloff/MarkerStyle.hxx
+++ b/xmloff/inc/xmloff/MarkerStyle.hxx
@@ -23,6 +23,7 @@
#include "sal/config.h"
#include "xmloff/dllapi.h"
#include <sal/types.h>
+#include <rtl/ustring.hxx>
class SvXMLImport;
class SvXMLExport;
@@ -31,7 +32,6 @@ namespace com { namespace sun { namespace star {
namespace xml { namespace sax { class XAttributeList; } }
namespace uno { class Any; }
} } }
-namespace rtl { class OUString; }
class XMLOFF_DLLPUBLIC XMLMarkerStyleImport
@@ -46,7 +46,7 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList >& xAttrList,
::com::sun::star::uno::Any& rValue,
- ::rtl::OUString& rStrName );
+ OUString& rStrName );
};
class XMLOFF_DLLPUBLIC XMLMarkerStyleExport
@@ -58,7 +58,7 @@ public:
~XMLMarkerStyleExport();
sal_Bool exportXML(
- const ::rtl::OUString& rStrName,
+ const OUString& rStrName,
const ::com::sun::star::uno::Any& rValue );
};