summaryrefslogtreecommitdiff
path: root/include/sfx2/brokenpackageint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/brokenpackageint.hxx')
-rw-r--r--include/sfx2/brokenpackageint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/brokenpackageint.hxx b/include/sfx2/brokenpackageint.hxx
index c93d41ee7377..1047b300270e 100644
--- a/include/sfx2/brokenpackageint.hxx
+++ b/include/sfx2/brokenpackageint.hxx
@@ -28,7 +28,7 @@ class SFX2_DLLPUBLIC RequestPackageReparation
{
RequestPackageReparation_Impl* pImp;
public:
- RequestPackageReparation( OUString aName );
+ RequestPackageReparation( const OUString& aName );
~RequestPackageReparation();
sal_Bool isApproved();
com::sun::star::uno::Reference < ::com::sun::star::task::XInteractionRequest > GetRequest();
@@ -39,7 +39,7 @@ class SFX2_DLLPUBLIC NotifyBrokenPackage
{
NotifyBrokenPackage_Impl* pImp;
public:
- NotifyBrokenPackage( OUString aName );
+ NotifyBrokenPackage( const OUString& aName );
~NotifyBrokenPackage();
sal_Bool isAborted();
com::sun::star::uno::Reference < ::com::sun::star::task::XInteractionRequest > GetRequest();