summaryrefslogtreecommitdiff
path: root/include/svx/bmpmask.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 14:06:44 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:14 +0200
commitd442a6460f5f1c897358a0e51727c90cd6746ae2 (patch)
treea3e46551b4664ef057f4ee420690ce8172dd1373 /include/svx/bmpmask.hxx
parentea2fb5f8f9ea44d7da5f9d34760e470d696f587d (diff)
svx: sal_Bool->bool
and optimise some methods in bmpmask.hxx - they were unconditionally returning true, so convert them to void return type. Change-Id: If8b092a857ab80ead93112b0d627e41d5ccb3cf9
Diffstat (limited to 'include/svx/bmpmask.hxx')
-rw-r--r--include/svx/bmpmask.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/bmpmask.hxx b/include/svx/bmpmask.hxx
index 9e7bad264ec2..4e6c4163bcba 100644
--- a/include/svx/bmpmask.hxx
+++ b/include/svx/bmpmask.hxx
@@ -153,14 +153,14 @@ public:
void SetColor( const Color& rColor );
void PipetteClicked();
- sal_Bool NeedsColorList() const;
+ bool NeedsColorList() const;
void SetColorList( const XColorListRef &pColorList );
- void SetExecState( sal_Bool bEnable );
+ void SetExecState( bool bEnable );
Graphic Mask( const Graphic& rGraphic );
- sal_Bool IsEyedropping() const;
+ bool IsEyedropping() const;
void onSelect( MaskSet* pSet );