summaryrefslogtreecommitdiff
path: root/stoc/source/implementationregistration/implreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/implementationregistration/implreg.cxx')
-rw-r--r--stoc/source/implementationregistration/implreg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx
index b5b21cbfc8bf..3ede86fb2836 100644
--- a/stoc/source/implementationregistration/implreg.cxx
+++ b/stoc/source/implementationregistration/implreg.cxx
@@ -1196,7 +1196,7 @@ class ImplementationRegistration
{
public:
explicit ImplementationRegistration( const Reference < XComponentContext > & rSMgr );
- virtual ~ImplementationRegistration();
+ virtual ~ImplementationRegistration() override;
// XServiceInfo
OUString SAL_CALL getImplementationName() throw(RuntimeException, std::exception) override;