diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-05-14 09:30:40 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-05-14 10:00:15 +0900 |
commit | 75594b02cfeaa7cf76e4a335352c9e38e6d8b5e0 (patch) | |
tree | 3bc5ec66628fbdb01f7879ce4fb4b1911a5de13b /cui | |
parent | a5330f50ea02f82ab7bc0a11df0f1a2b7f18af42 (diff) |
cleanup cui headers
Change-Id: I717854b9394549dfa375bd384677d5fd51c6c31b
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/about.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/cuicharmap.hxx | 5 | ||||
-rw-r--r-- | cui/source/inc/cuigrfflt.hxx | 25 |
3 files changed, 3 insertions, 29 deletions
diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx index 9593063a7857..1ffabdced0ff 100644 --- a/cui/source/inc/about.hxx +++ b/cui/source/inc/about.hxx @@ -61,7 +61,7 @@ private: protected: virtual bool Close() SAL_OVERRIDE; - virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) SAL_OVERRIDE; + virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) SAL_OVERRIDE; virtual void Resize() SAL_OVERRIDE; public: diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx index 74a964100d7a..3a653257b2cb 100644 --- a/cui/source/inc/cuicharmap.hxx +++ b/cui/source/inc/cuicharmap.hxx @@ -39,8 +39,7 @@ namespace svx class SvxShowText : public Control { public: - SvxShowText( vcl::Window* pParent, - bool bCenter = false ); + SvxShowText(vcl::Window* pParent, bool bCenter = false); void SetFont( const vcl::Font& rFont ); void SetText( const OUString& rText ) SAL_OVERRIDE; @@ -51,7 +50,7 @@ public: virtual Size GetOptimalSize() const SAL_OVERRIDE; protected: - virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& ) SAL_OVERRIDE; + virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle&) SAL_OVERRIDE; private: long mnY; diff --git a/cui/source/inc/cuigrfflt.hxx b/cui/source/inc/cuigrfflt.hxx index ca79d09918fd..1d1fb70b1df7 100644 --- a/cui/source/inc/cuigrfflt.hxx +++ b/cui/source/inc/cuigrfflt.hxx @@ -91,11 +91,6 @@ public: virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY ) = 0; }; - - -// - GraphicFilterSmooth - - - class GraphicFilterSmooth : public GraphicFilterDialog { private: @@ -111,10 +106,6 @@ public: double GetRadius() const { return mpMtrRadius->GetValue() / 10.0; } }; - -// - GraphicFilterMosaic - - - class GraphicFilterMosaic : public GraphicFilterDialog { private: @@ -135,10 +126,6 @@ public: bool IsEnhanceEdges() const { return mpCbxEdges->IsChecked(); } }; - -// - GraphicFilterSolarize - - - class GraphicFilterSolarize : public GraphicFilterDialog { private: @@ -157,10 +144,6 @@ public: bool IsInvert() const { return mpCbxInvert->IsChecked(); } }; - -// - GraphicFilterSepia - - - class GraphicFilterSepia : public GraphicFilterDialog { private: @@ -177,10 +160,6 @@ public: } }; - -// - GraphicFilterPoster - - - class GraphicFilterPoster : public GraphicFilterDialog { private: @@ -195,10 +174,6 @@ public: sal_uInt16 GetPosterColorCount() const { return( (sal_uInt16) mpNumPoster->GetValue() ); } }; - -// - GraphicFilterEmboss - - - class EmbossControl : public SvxRectCtl { private: |