summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package/pkgprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/package/pkgprovider.hxx')
-rw-r--r--ucb/source/ucp/package/pkgprovider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/package/pkgprovider.hxx b/ucb/source/ucp/package/pkgprovider.hxx
index 2f19adfbda09..a2d671f0d142 100644
--- a/ucb/source/ucp/package/pkgprovider.hxx
+++ b/ucb/source/ucp/package/pkgprovider.hxx
@@ -87,9 +87,9 @@ public:
::com::sun::star::uno::Reference<
::com::sun::star::container::XHierarchicalNameAccess >
- createPackage( const rtl::OUString & rName, const rtl::OUString & rParam );
+ createPackage( const OUString & rName, const OUString & rParam );
sal_Bool
- removePackage( const rtl::OUString & rName );
+ removePackage( const OUString & rName );
};
}