summaryrefslogtreecommitdiff
path: root/package/source/manifest/ManifestExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/manifest/ManifestExport.hxx')
-rw-r--r--package/source/manifest/ManifestExport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/manifest/ManifestExport.hxx b/package/source/manifest/ManifestExport.hxx
index 1fc62c8476e3..cb862f110f14 100644
--- a/package/source/manifest/ManifestExport.hxx
+++ b/package/source/manifest/ManifestExport.hxx
@@ -31,7 +31,7 @@ namespace com { namespace sun { namespace star {
class ManifestExport
{
public:
- ManifestExport(com::sun::star::uno::Reference < com::sun::star::xml::sax::XDocumentHandler > xHandler, const com::sun::star::uno::Sequence < com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > > &rManList );
+ ManifestExport(css::uno::Reference < css::xml::sax::XDocumentHandler > xHandler, const css::uno::Sequence < css::uno::Sequence < css::beans::PropertyValue > > &rManList );
};
#endif