summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-21 12:53:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-21 12:53:51 +0100
commite8f8f24c8415898c787bbfb629247ed62e73a2b9 (patch)
treedae18a3acbf29c192118e7c003f80df8da8e21ae /include/svx
parent1c8402465cfd4df862409dc310f5f099d044c4d8 (diff)
vcl: sal_Bool -> bool
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/bmpmask.hxx2
-rw-r--r--include/svx/colrctrl.hxx2
-rw-r--r--include/svx/galbrws.hxx2
-rw-r--r--include/svx/imapdlg.hxx2
-rw-r--r--include/svx/linectrl.hxx2
-rw-r--r--include/svx/rubydialog.hxx2
-rw-r--r--include/svx/srchdlg.hxx2
-rw-r--r--include/svx/tbxcolorupdate.hxx2
8 files changed, 8 insertions, 8 deletions
diff --git a/include/svx/bmpmask.hxx b/include/svx/bmpmask.hxx
index c7613ae3c5b4..9e7bad264ec2 100644
--- a/include/svx/bmpmask.hxx
+++ b/include/svx/bmpmask.hxx
@@ -120,7 +120,7 @@ class SVX_DLLPUBLIC SvxBmpMask : public SfxDockingWindow
Image maImgPipette;
- virtual sal_Bool Close();
+ virtual bool Close();
#ifdef BMPMASK_PRIVATE
diff --git a/include/svx/colrctrl.hxx b/include/svx/colrctrl.hxx
index cf5b596e5099..631a1c9fd24a 100644
--- a/include/svx/colrctrl.hxx
+++ b/include/svx/colrctrl.hxx
@@ -95,7 +95,7 @@ private:
virtual void GetFocus (void);
protected:
- virtual sal_Bool Close();
+ virtual bool Close();
virtual void Resize();
virtual void Resizing( Size& rSize );
diff --git a/include/svx/galbrws.hxx b/include/svx/galbrws.hxx
index 1a1c574df883..8ee5db519559 100644
--- a/include/svx/galbrws.hxx
+++ b/include/svx/galbrws.hxx
@@ -58,7 +58,7 @@ private:
/// bitfield
void InitSettings();
- virtual sal_Bool Close();
+ virtual bool Close();
virtual void Resize();
virtual void GetFocus();
diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx
index 0515a22f4c49..d6877356cc36 100644
--- a/include/svx/imapdlg.hxx
+++ b/include/svx/imapdlg.hxx
@@ -99,7 +99,7 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow
SvxIMapDlgItem aIMapItem;
virtual void Resize();
- virtual sal_Bool Close();
+ virtual bool Close();
DECL_LINK( TbxClickHdl, ToolBox* );
DECL_LINK( InfoHdl, IMapWindow* );
diff --git a/include/svx/linectrl.hxx b/include/svx/linectrl.hxx
index d15ce37a8116..2e34aadec167 100644
--- a/include/svx/linectrl.hxx
+++ b/include/svx/linectrl.hxx
@@ -118,7 +118,7 @@ private:
protected:
virtual void Resizing( Size& rSize );
virtual void Resize();
- virtual sal_Bool Close();
+ virtual bool Close();
virtual void PopupModeEnd();
/** This function is called when the window gets the focus. It grabs
diff --git a/include/svx/rubydialog.hxx b/include/svx/rubydialog.hxx
index 149f73aefa52..b8010ac79155 100644
--- a/include/svx/rubydialog.hxx
+++ b/include/svx/rubydialog.hxx
@@ -143,7 +143,7 @@ class SvxRubyDialog : public SfxModelessDialog
void AssertOneEntry();
void Update();
- virtual sal_Bool Close();
+ virtual bool Close();
long GetLastPos() const {return nLastPos;}
void SetLastPos(long nSet) {nLastPos = nSet;}
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 07cf33028b6c..319727e57b66 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -122,7 +122,7 @@ public:
SvxSearchDialog( Window* pParent, SfxChildWindow* pChildWin, SfxBindings& rBind );
~SvxSearchDialog();
- virtual sal_Bool Close();
+ virtual bool Close();
// Window
virtual void Activate();
diff --git a/include/svx/tbxcolorupdate.hxx b/include/svx/tbxcolorupdate.hxx
index 8f73740a688a..4c6b87815e9e 100644
--- a/include/svx/tbxcolorupdate.hxx
+++ b/include/svx/tbxcolorupdate.hxx
@@ -57,7 +57,7 @@ namespace svx
Color maCurColor;
Rectangle maUpdRect;
Size maBmpSize;
- sal_Bool mbWasHiContrastMode;
+ bool mbWasHiContrastMode;
};
//........................................................................