diff options
Diffstat (limited to 'include/ucbhelper/contentinfo.hxx')
-rw-r--r-- | include/ucbhelper/contentinfo.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/contentinfo.hxx b/include/ucbhelper/contentinfo.hxx index acf778e1c8af..ee1f9ec43420 100644 --- a/include/ucbhelper/contentinfo.hxx +++ b/include/ucbhelper/contentinfo.hxx @@ -62,7 +62,7 @@ private: public: PropertySetInfo( const css::uno::Reference< css::ucb::XCommandEnvironment >& rxEnv, ContentImplHelper* pContent ); - virtual ~PropertySetInfo(); + virtual ~PropertySetInfo() override; // XInterface virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) @@ -127,7 +127,7 @@ private: public: CommandProcessorInfo( const css::uno::Reference< css::ucb::XCommandEnvironment >& rxEnv, ContentImplHelper* pContent ); - virtual ~CommandProcessorInfo(); + virtual ~CommandProcessorInfo() override; // XInterface virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) |