diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:04:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 06:07:48 -0600 |
commit | 4f31b902712e7816bbd8e0df7629462a17f9ad3f (patch) | |
tree | 1bab0652e24e3e97fbd8639bdd0fcfcef7526c2c /cui/source/inc/cuigrfflt.hxx | |
parent | 3c0a7cf4f67720f2cca2c4eb543f838d5b644e7f (diff) |
Remove visual noise from cui
Change-Id: I6cec1f747ce57c3153af92e9e0c317d34d5a245d
Reviewed-on: https://gerrit.libreoffice.org/8250
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/cuigrfflt.hxx')
-rw-r--r-- | cui/source/inc/cuigrfflt.hxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/cui/source/inc/cuigrfflt.hxx b/cui/source/inc/cuigrfflt.hxx index 60912c0c5e7e..f4d6b4f3fecb 100644 --- a/cui/source/inc/cuigrfflt.hxx +++ b/cui/source/inc/cuigrfflt.hxx @@ -90,9 +90,9 @@ public: }; -// ------------------------- + // - GraphicFilterSmooth - -// ------------------------- + class GraphicFilterSmooth : public GraphicFilterDialog { @@ -107,9 +107,9 @@ public: double GetRadius() const { return mpMtrRadius->GetValue() / 10.0; } }; -// ----------------------- + // - GraphicFilterMosaic - -// ----------------------- + class GraphicFilterMosaic : public GraphicFilterDialog { @@ -129,9 +129,9 @@ public: sal_Bool IsEnhanceEdges() const { return mpCbxEdges->IsChecked(); } }; -// ------------------------- + // - GraphicFilterSolarize - -// ------------------------- + class GraphicFilterSolarize : public GraphicFilterDialog { @@ -149,9 +149,9 @@ public: sal_Bool IsInvert() const { return mpCbxInvert->IsChecked(); } }; -// ---------------------- + // - GraphicFilterSepia - -// ---------------------- + class GraphicFilterSepia : public GraphicFilterDialog { @@ -167,9 +167,9 @@ public: } }; -// ----------------------- + // - GraphicFilterPoster - -// ----------------------- + class GraphicFilterPoster : public GraphicFilterDialog { @@ -183,9 +183,9 @@ public: sal_uInt16 GetPosterColorCount() const { return( (sal_uInt16) mpNumPoster->GetValue() ); } }; -// ----------------------- + // - GraphicFilterEmboss - -// ----------------------- + class EmbossControl : public SvxRectCtl { |