diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-17 19:17:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-17 19:20:47 +0300 |
commit | ffeac200b21a2f6b83cea2311562149554f87500 (patch) | |
tree | f7fbfd0172ca5e8c7c4a17047a38e6b11e58d8eb /sw | |
parent | d032e5f519353cf5ac399ce01682fe4d930011f0 (diff) |
WaE: overriding virtual function declaration not marked 'override'
Change-Id: Ic7f3e661a4824cca06fc16f2b1f23a2873ef4ecf
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/docsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index a877bd9d0213..37c995ee4ddc 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -243,7 +243,7 @@ public: sal_Int32 nFileFormat, bool bTemplate = false ) const SAL_OVERRIDE; - virtual std::vector<Color> GetDocColors(); + virtual std::vector<Color> GetDocColors() SAL_OVERRIDE; virtual void LoadStyles( SfxObjectShell& rSource ) SAL_OVERRIDE; |