summaryrefslogtreecommitdiffstats
path: root/xmloff/inc/RDFaExportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/RDFaExportHelper.hxx')
-rw-r--r--xmloff/inc/RDFaExportHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/RDFaExportHelper.hxx b/xmloff/inc/RDFaExportHelper.hxx
index 1ba599433269..2dd144089e78 100644
--- a/xmloff/inc/RDFaExportHelper.hxx
+++ b/xmloff/inc/RDFaExportHelper.hxx
@@ -45,14 +45,14 @@ private:
::com::sun::star::uno::Reference<
::com::sun::star::rdf::XDocumentRepository> m_xRepository;
- typedef ::std::map< ::rtl::OUString, ::rtl::OUString >
+ typedef ::std::map< OUString, OUString >
BlankNodeMap_t;
BlankNodeMap_t m_BlankNodeMap;
long m_Counter;
- ::rtl::OUString
+ OUString
LookupBlankNode( ::com::sun::star::uno::Reference<
::com::sun::star::rdf::XBlankNode> const & i_xBlankNode);