Kaydet (Commit) ffeac200 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: overriding virtual function declaration not marked 'override'

Change-Id: Ic7f3e661a4824cca06fc16f2b1f23a2873ef4ecf
üst d032e5f5
...@@ -243,7 +243,7 @@ public: ...@@ -243,7 +243,7 @@ public:
sal_Int32 nFileFormat, sal_Int32 nFileFormat,
bool bTemplate = false ) const SAL_OVERRIDE; 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; virtual void LoadStyles( SfxObjectShell& rSource ) SAL_OVERRIDE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment