summaryrefslogtreecommitdiff
path: root/framework/inc/classes/protocolhandlercache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/protocolhandlercache.hxx')
-rw-r--r--framework/inc/classes/protocolhandlercache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index 7c7cce222685..1071bd2e5d45 100644
--- a/framework/inc/classes/protocolhandlercache.hxx
+++ b/framework/inc/classes/protocolhandlercache.hxx
@@ -138,7 +138,7 @@ class FWI_DLLPUBLIC HandlerCFGAccess : public ::utl::ConfigItem
private:
HandlerCache* m_pCache;
- virtual void ImplCommit() SAL_OVERRIDE;
+ virtual void ImplCommit() override;
/* interface */
public:
@@ -147,7 +147,7 @@ class FWI_DLLPUBLIC HandlerCFGAccess : public ::utl::ConfigItem
PatternHash** ppPattern );
void setCache(HandlerCache* pCache) {m_pCache = pCache;};
- virtual void Notify(const css::uno::Sequence< OUString >& lPropertyNames) SAL_OVERRIDE;
+ virtual void Notify(const css::uno::Sequence< OUString >& lPropertyNames) override;
};
} // namespace framework