summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpnote.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximpnote.hxx')
-rw-r--r--xmloff/source/draw/ximpnote.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpnote.hxx b/xmloff/source/draw/ximpnote.hxx
index 1f013726357e..89ec7e3163b5 100644
--- a/xmloff/source/draw/ximpnote.hxx
+++ b/xmloff/source/draw/ximpnote.hxx
@@ -31,17 +31,17 @@
class SdXMLNotesContext : public SdXMLGenericPageContext
{
private:
- rtl::OUString msPageMasterName;
+ OUString msPageMasterName;
public:
SdXMLNotesContext( SdXMLImport& rImport, sal_uInt16 nPrfx,
- const rtl::OUString& rLocalName,
+ const OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList,
com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes);
virtual ~SdXMLNotesContext();
virtual SvXMLImportContext *CreateChildContext(
- sal_uInt16 nPrefix, const rtl::OUString& rLocalName,
+ sal_uInt16 nPrefix, const OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList );
virtual void EndElement();
};