summaryrefslogtreecommitdiff
path: root/include/svx/imapdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-05 13:18:21 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:17 +0200
commitc54b276beb30c36cee4d7cf2ccbd552c526777e7 (patch)
treec4d6a7f8bc55a32fbc881284027dcc81697cf3ac /include/svx/imapdlg.hxx
parent96a3ed193691de0761a7754a6477f1196679590d (diff)
svx: sal_Bool->bool
Change-Id: Ibe154941e00176cde06b1fe69864da4ae6bdee95
Diffstat (limited to 'include/svx/imapdlg.hxx')
-rw-r--r--include/svx/imapdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx
index d6877356cc36..6c671456f3b3 100644
--- a/include/svx/imapdlg.hxx
+++ b/include/svx/imapdlg.hxx
@@ -113,7 +113,7 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow
DECL_LINK( MiscHdl, void* );
void DoOpen();
- sal_Bool DoSave();
+ bool DoSave();
public:
@@ -121,7 +121,7 @@ public:
Window* pParent, const ResId& rResId );
~SvxIMapDlg();
- void SetExecState( sal_Bool bEnable );
+ void SetExecState( bool bEnable );
void SetGraphic( const Graphic& rGraphic );