summaryrefslogtreecommitdiff
path: root/xmloff/inc/RDFaExportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/RDFaExportHelper.hxx')
-rw-r--r--xmloff/inc/RDFaExportHelper.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/xmloff/inc/RDFaExportHelper.hxx b/xmloff/inc/RDFaExportHelper.hxx
index 56e4c0a6157a..2b79a040a86d 100644
--- a/xmloff/inc/RDFaExportHelper.hxx
+++ b/xmloff/inc/RDFaExportHelper.hxx
@@ -42,8 +42,7 @@ class RDFaExportHelper
private:
SvXMLExport & m_rExport;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::rdf::XDocumentRepository> m_xRepository;
+ css::uno::Reference<css::rdf::XDocumentRepository> m_xRepository;
typedef ::std::map< OUString, OUString >
BlankNodeMap_t;
@@ -53,15 +52,13 @@ private:
long m_Counter;
OUString
- LookupBlankNode( ::com::sun::star::uno::Reference<
- ::com::sun::star::rdf::XBlankNode> const & i_xBlankNode);
+ LookupBlankNode( css::uno::Reference<css::rdf::XBlankNode> const & i_xBlankNode);
public:
RDFaExportHelper(SvXMLExport & i_rExport);
void
- AddRDFa(::com::sun::star::uno::Reference<
- ::com::sun::star::rdf::XMetadatable> const & i_xMetadatable);
+ AddRDFa(css::uno::Reference<css::rdf::XMetadatable> const & i_xMetadatable);
};
} // namespace xmloff