summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-11 08:15:40 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:26 +0200
commit1b8d1001c4a92c8788266215fdd14e301b0a0d04 (patch)
treef57abd30d3aa801386b69db08384707cb008cfcb /include/svx
parente60fe3c7443eb2bbfdb57eab6cd9b62896b526af (diff)
svx: sal_Bool->bool
Change-Id: Ia7db5746fa5d8f60111d10d09865120981956947
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/tbcontrl.hxx4
-rw-r--r--include/svx/tbxalign.hxx2
-rw-r--r--include/svx/tbxctl.hxx2
-rw-r--r--include/svx/tbxcustomshapes.hxx2
-rw-r--r--include/svx/txencbox.hxx6
5 files changed, 8 insertions, 8 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx
index f4de176b9614..b63fd1cb9d73 100644
--- a/include/svx/tbcontrl.hxx
+++ b/include/svx/tbcontrl.hxx
@@ -270,7 +270,7 @@ class SVX_DLLPUBLIC SvxColorExtToolBoxControl : public SfxToolBoxControl
::svx::ToolboxButtonColorUpdater* pBtnUpdater;
Color mLastColor;
- sal_Bool bChoiceFromPalette;
+ bool bChoiceFromPalette;
public:
SFX_DECL_TOOLBOX_CONTROL();
@@ -281,7 +281,7 @@ public:
const SfxPoolItem* pState );
virtual SfxPopupWindowType GetPopupWindowType() const;
virtual SfxPopupWindow* CreatePopupWindow();
- virtual void Select( sal_Bool bMod1 = sal_False );
+ virtual void Select( bool bMod1 = false );
};
diff --git a/include/svx/tbxalign.hxx b/include/svx/tbxalign.hxx
index f741da44653c..252636257e50 100644
--- a/include/svx/tbxalign.hxx
+++ b/include/svx/tbxalign.hxx
@@ -26,7 +26,7 @@
class SVX_DLLPUBLIC SvxTbxCtlAlign: public SfxToolBoxControl
{
public:
- virtual ::sal_Bool SAL_CALL opensSubToolbar() throw (::com::sun::star::uno::RuntimeException, std::exception);
+ virtual sal_Bool SAL_CALL opensSubToolbar() throw (::com::sun::star::uno::RuntimeException, std::exception);
virtual OUString SAL_CALL getSubToolbarName() throw (::com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL functionSelected( const OUString& aCommand ) throw (::com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL updateImage() throw (::com::sun::star::uno::RuntimeException, std::exception);
diff --git a/include/svx/tbxctl.hxx b/include/svx/tbxctl.hxx
index ba36503e46dc..9413a914bbcf 100644
--- a/include/svx/tbxctl.hxx
+++ b/include/svx/tbxctl.hxx
@@ -44,7 +44,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
- virtual void Select( sal_Bool bMod1 = sal_False );
+ virtual void Select( bool bMod1 = false );
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState );
virtual SfxPopupWindowType GetPopupWindowType() const;
diff --git a/include/svx/tbxcustomshapes.hxx b/include/svx/tbxcustomshapes.hxx
index c47457e70e0d..578b67804c5b 100644
--- a/include/svx/tbxcustomshapes.hxx
+++ b/include/svx/tbxcustomshapes.hxx
@@ -32,7 +32,7 @@ class SVX_DLLPUBLIC SvxTbxCtlCustomShapes : public SfxToolBoxControl
{
public:
using SfxToolBoxControl::Select;
- virtual void Select( sal_Bool bMod1 = sal_False );
+ virtual void Select( bool bMod1 = false );
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState );
virtual SfxPopupWindowType GetPopupWindowType() const;
diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx
index 92bc35baa105..a63ef943823b 100644
--- a/include/svx/txencbox.hxx
+++ b/include/svx/txencbox.hxx
@@ -52,7 +52,7 @@ public:
RTL_TEXTENCODING_GB_18030. Normally, this flag should be set to
<TRUE/> whenever the box is used in import dialogs. */
void FillFromTextEncodingTable(
- sal_Bool bExcludeImportSubsets = sal_False,
+ bool bExcludeImportSubsets = false,
sal_uInt32 nExcludeInfoFlags = 0,
sal_uInt32 nButIncludeInfoFlags = 0
);
@@ -73,7 +73,7 @@ public:
RTL_TEXTENCODING_GB_18030. Normally, this flag should be set to
<TRUE/> whenever the box is used in import dialogs. */
void FillFromDbTextEncodingMap(
- sal_Bool bExcludeImportSubsets = sal_False,
+ bool bExcludeImportSubsets = false,
sal_uInt32 nExcludeInfoFlags = 0,
sal_uInt32 nButIncludeInfoFlags = 0
);
@@ -94,7 +94,7 @@ public:
sal_Int32 nPos = LISTBOX_APPEND );
void SelectTextEncoding( const rtl_TextEncoding nEnc,
- sal_Bool bSelect = sal_True );
+ bool bSelect = true );
rtl_TextEncoding GetSelectTextEncoding() const;