summaryrefslogtreecommitdiff
path: root/include/svtools/ServerDetailsControls.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-16 10:06:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-16 10:06:26 +0200
commite373d3cd63dc0728aed0c16782a49754658e5e72 (patch)
treea638bf58c02899734206342163e37085ae5c3dc1 /include/svtools/ServerDetailsControls.hxx
parentf013178f078d2670b5d7d677ab17edd115de53d7 (diff)
-Werror,-Winconsistent-missing-override
Change-Id: Ic26b03153d856f460a2e6c90b64a670541ec5af0
Diffstat (limited to 'include/svtools/ServerDetailsControls.hxx')
-rw-r--r--include/svtools/ServerDetailsControls.hxx2
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;