diff options
Diffstat (limited to 'stoc/source/implementationregistration/implreg.cxx')
-rw-r--r-- | stoc/source/implementationregistration/implreg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx index 96a4b1df33e5..8a53877eb40b 100644 --- a/stoc/source/implementationregistration/implreg.cxx +++ b/stoc/source/implementationregistration/implreg.cxx @@ -1209,7 +1209,7 @@ class ImplementationRegistration { public: ImplementationRegistration( const Reference < XComponentContext > & rSMgr ); - ~ImplementationRegistration(); + virtual ~ImplementationRegistration(); // XServiceInfo OUString SAL_CALL getImplementationName() throw(RuntimeException, std::exception) SAL_OVERRIDE; |