diff options
Diffstat (limited to 'include/sfx2/brokenpackageint.hxx')
-rw-r--r-- | include/sfx2/brokenpackageint.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/brokenpackageint.hxx b/include/sfx2/brokenpackageint.hxx index ddfe7157dbf2..68cb33022608 100644 --- a/include/sfx2/brokenpackageint.hxx +++ b/include/sfx2/brokenpackageint.hxx @@ -29,7 +29,7 @@ class RequestPackageReparation_Impl; class SFX2_DLLPUBLIC RequestPackageReparation { - css::uno::Reference<RequestPackageReparation_Impl> mxImpl; + RequestPackageReparation_Impl* pImp; public: RequestPackageReparation( const OUString& aName ); ~RequestPackageReparation(); @@ -40,7 +40,7 @@ public: class NotifyBrokenPackage_Impl; class SFX2_DLLPUBLIC NotifyBrokenPackage { - css::uno::Reference<NotifyBrokenPackage_Impl> mxImpl; + NotifyBrokenPackage_Impl* pImp; public: NotifyBrokenPackage( const OUString& aName ); ~NotifyBrokenPackage(); |