Kaydet (Commit) 75594b02 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

cleanup cui headers

Change-Id: I717854b9394549dfa375bd384677d5fd51c6c31b
üst a5330f50
......@@ -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:
......
......@@ -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;
......
......@@ -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:
......
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