summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager/dp_managerfac.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/manager/dp_managerfac.cxx')
-rw-r--r--desktop/source/deployment/manager/dp_managerfac.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/manager/dp_managerfac.cxx b/desktop/source/deployment/manager/dp_managerfac.cxx
index 1a88fd0a805a..dd2246b8a8f3 100644
--- a/desktop/source/deployment/manager/dp_managerfac.cxx
+++ b/desktop/source/deployment/manager/dp_managerfac.cxx
@@ -53,7 +53,7 @@ class PackageManagerFactoryImpl : private MutexHolder, public t_pmfac_helper
protected:
inline void check();
- virtual void SAL_CALL disposing();
+ virtual void SAL_CALL disposing() SAL_OVERRIDE;
public:
virtual ~PackageManagerFactoryImpl();
@@ -62,7 +62,7 @@ public:
// XPackageManagerFactory
virtual Reference<deployment::XPackageManager> SAL_CALL getPackageManager(
- OUString const & context ) throw (RuntimeException, std::exception);
+ OUString const & context ) throw (RuntimeException, std::exception) SAL_OVERRIDE;
};