summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-17 19:04:16 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-17 19:20:47 +0300
commitd032e5f519353cf5ac399ce01682fe4d930011f0 (patch)
tree1f0def666be409d60c0b994148ce9bb2d5142e6e /sc
parent9de2ad3474e34383dfee6166d31983ba24ef0da8 (diff)
WaE: overriding virtual function declaration not marked 'override'
Change-Id: I3c210fa3866fe34c4e5f9ea799a4156862290432
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/docsh.hxx2
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;