diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-17 19:04:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-17 19:20:47 +0300 |
commit | d032e5f519353cf5ac399ce01682fe4d930011f0 (patch) | |
tree | 1f0def666be409d60c0b994148ce9bb2d5142e6e /sc | |
parent | 9de2ad3474e34383dfee6166d31983ba24ef0da8 (diff) |
WaE: overriding virtual function declaration not marked 'override'
Change-Id: I3c210fa3866fe34c4e5f9ea799a4156862290432
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/docsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index b621a8aa7d76..65724103cbe7 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -202,7 +202,7 @@ public: sal_Int32 nFileFormat, bool bTemplate = false ) const SAL_OVERRIDE; - virtual std::vector<Color> GetDocColors(); + virtual std::vector<Color> GetDocColors() SAL_OVERRIDE; virtual bool InitNew( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& ) SAL_OVERRIDE; virtual bool Load( SfxMedium& rMedium ) SAL_OVERRIDE; |