summaryrefslogtreecommitdiff
path: root/cui/source/inc/backgrnd.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-16 11:39:08 +0200
committerNoel Grandin <noel@peralex.com>2014-04-16 11:51:51 +0200
commit5b1b1e55ce492ceb1a907833f7073b46451760c6 (patch)
tree6f1ff57b2cb011702eb79c41d180063ab16d9463 /cui/source/inc/backgrnd.hxx
parent199d333f131474729a105afa5a3da61205f61df2 (diff)
cui: sal_Bool->bool
Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609
Diffstat (limited to 'cui/source/inc/backgrnd.hxx')
-rw-r--r--cui/source/inc/backgrnd.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index 23293c544453..b8c77fd37ac6 100644
--- a/cui/source/inc/backgrnd.hxx
+++ b/cui/source/inc/backgrnd.hxx
@@ -59,9 +59,9 @@ public:
/// for the Writer (cells/rows/tables)
void ShowTblControl();
/// for the Writer (paragraph/characters)
- void ShowParaControl(sal_Bool bCharOnly = sal_False);
+ void ShowParaControl(bool bCharOnly = false);
- void EnableTransparency(sal_Bool bColor, sal_Bool bGraphic);
+ void EnableTransparency(bool bColor, bool bGraphic);
virtual void PageCreated (SfxAllItemSet aSet) SAL_OVERRIDE;
protected:
virtual int DeactivatePage( SfxItemSet* pSet = 0 ) SAL_OVERRIDE;
@@ -108,11 +108,11 @@ private:
Color aBgdColor;
sal_uInt16 nHtmlMode;
- sal_Bool bAllowShowSelector : 1;
- sal_Bool bIsGraphicValid : 1;
- sal_Bool bLinkOnly : 1;
- sal_Bool bColTransparency : 1;
- sal_Bool bGraphTransparency : 1;
+ bool bAllowShowSelector : 1;
+ bool bIsGraphicValid : 1;
+ bool bLinkOnly : 1;
+ bool bColTransparency : 1;
+ bool bGraphTransparency : 1;
Graphic aBgdGraphic;
OUString aBgdGraphicPath;
OUString aBgdGraphicFilter;
@@ -128,7 +128,7 @@ private:
void HideColorUI_Impl();
void ShowBitmapUI_Impl();
void HideBitmapUI_Impl();
- sal_Bool LoadLinkedGraphic_Impl();
+ bool LoadLinkedGraphic_Impl();
void RaiseLoadError_Impl();
void SetGraphicPosition_Impl( SvxGraphicPosition ePos );
SvxGraphicPosition GetGraphicPosition_Impl();