diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-16 10:06:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-16 10:06:26 +0200 |
commit | e373d3cd63dc0728aed0c16782a49754658e5e72 (patch) | |
tree | a638bf58c02899734206342163e37085ae5c3dc1 /include/svtools/ServerDetailsControls.hxx | |
parent | f013178f078d2670b5d7d677ab17edd115de53d7 (diff) |
-Werror,-Winconsistent-missing-override
Change-Id: Ic26b03153d856f460a2e6c90b64a670541ec5af0
Diffstat (limited to 'include/svtools/ServerDetailsControls.hxx')
-rw-r--r-- | include/svtools/ServerDetailsControls.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx index 29c951ad4c63..5df8a36280ff 100644 --- a/include/svtools/ServerDetailsControls.hxx +++ b/include/svtools/ServerDetailsControls.hxx @@ -130,7 +130,7 @@ class CmisDetailsContainer : public DetailsContainer CmisDetailsContainer( VclBuilderContainer* pBuilder, OUString sBinding ); virtual ~CmisDetailsContainer( ) { }; - virtual void show( bool bShow = true ); + virtual void show( bool bShow = true ) SAL_OVERRIDE; virtual INetURLObject getUrl( ) SAL_OVERRIDE; virtual bool setUrl( const INetURLObject& rUrl ) SAL_OVERRIDE; virtual void setUsername( const OUString& rUsername ) SAL_OVERRIDE; |