diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-04 20:53:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-04 20:53:06 +0100 |
commit | 148cde5f7daad47ae1df1f92f77dd16499c6ac75 (patch) | |
tree | d6d516d39ee32a7584f61a7f7774db317c4c05ea /extensions/source/dbpilots | |
parent | 6f46cf4fe112bc2aec29a8975ef10861853716b6 (diff) |
-Werror,-Winconsistent-missing-override
(loplugin:saloverride does not warn about them because they depend on template args)
Change-Id: I41a1dbfd7db24e58154f6f3810781219119418ba
Diffstat (limited to 'extensions/source/dbpilots')
-rw-r--r-- | extensions/source/dbpilots/unoautopilot.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/unoautopilot.hxx b/extensions/source/dbpilots/unoautopilot.hxx index 29b6b79b7dfb..d176321acacf 100644 --- a/extensions/source/dbpilots/unoautopilot.hxx +++ b/extensions/source/dbpilots/unoautopilot.hxx @@ -81,7 +81,7 @@ namespace dbp virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() SAL_OVERRIDE; // OPropertyArrayUsageHelper - virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const; + virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const SAL_OVERRIDE; protected: // OGenericUnoDialog overridables |