summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuigrfflt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/cuigrfflt.hxx')
-rw-r--r--cui/source/inc/cuigrfflt.hxx25
1 files changed, 0 insertions, 25 deletions
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: