summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/cuigrfflt.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:04:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 06:07:48 -0600
commit4f31b902712e7816bbd8e0df7629462a17f9ad3f (patch)
tree1bab0652e24e3e97fbd8639bdd0fcfcef7526c2c /cui/source/inc/cuigrfflt.hxx
parentfdo#75254 Unsupported shape in DML writing was causing document corruption. (diff)
downloadcore-4f31b902712e7816bbd8e0df7629462a17f9ad3f.tar.gz
core-4f31b902712e7816bbd8e0df7629462a17f9ad3f.zip
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.hxx24
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
{