summaryrefslogtreecommitdiff
path: root/include/vcl/bitmapscalesuper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/bitmapscalesuper.hxx')
-rw-r--r--include/vcl/bitmapscalesuper.hxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/include/vcl/bitmapscalesuper.hxx b/include/vcl/bitmapscalesuper.hxx
index 3b59b9910ee1..e7fffead8469 100644
--- a/include/vcl/bitmapscalesuper.hxx
+++ b/include/vcl/bitmapscalesuper.hxx
@@ -24,13 +24,16 @@
class VCL_DLLPUBLIC BitmapScaleSuper : public BitmapFilter
{
- double mrScaleX;
- double mrScaleY;
-
public:
- BitmapScaleSuper(const double& rScaleX, const double& rScaleY);
- virtual ~BitmapScaleSuper();
- virtual bool filter(Bitmap& rBitmap) SAL_OVERRIDE;
+ BitmapScaleSuper(const double& rScaleX, const double& rScaleY);
+ virtual ~BitmapScaleSuper();
+
+ virtual bool filter(Bitmap& rBitmap) SAL_OVERRIDE;
+
+private:
+ double mrScaleX;
+ double mrScaleY;
+
};
#endif // INCLUDED_VCL_BITMAPSCALESUPER_HXX