Kaydet (Commit) b0e87f21 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Winconsistent-missing-override

Change-Id: Iabf4dda9f21d3b6cbcf74c0d51235c85d8f6e91a
üst f457f9b9
...@@ -101,7 +101,7 @@ private: ...@@ -101,7 +101,7 @@ private:
public: public:
SwCaptionPreview(vcl::Window* pParent, WinBits nStyle); SwCaptionPreview(vcl::Window* pParent, WinBits nStyle);
void Init(); void Init();
virtual void ApplySettings(vcl::RenderContext& rRenderContext); virtual void ApplySettings(vcl::RenderContext& rRenderContext) SAL_OVERRIDE;
void SetPreviewText( const OUString& rText ); void SetPreviewText( const OUString& rText );
virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) SAL_OVERRIDE; virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) SAL_OVERRIDE;
virtual Size GetOptimalSize() const SAL_OVERRIDE; virtual Size GetOptimalSize() const 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