summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/mvtabdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-18 13:35:38 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:04:59 +0200
commit813cbee02554715db2019450da28df0c6837d1fa (patch)
treef6c26ff6738af6f306b4d564ae21d4046da79de6 /sc/source/ui/inc/mvtabdlg.hxx
parent2dd20b830b9b1b5f1b29e29792c3758738009d1d (diff)
sal_Bool->bool
Change-Id: I2d448e1f61e36186832abc5bb7978490954bed69
Diffstat (limited to 'sc/source/ui/inc/mvtabdlg.hxx')
-rw-r--r--sc/source/ui/inc/mvtabdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx
index 1a0c26b10e1e..1bbc2826ff19 100644
--- a/sc/source/ui/inc/mvtabdlg.hxx
+++ b/sc/source/ui/inc/mvtabdlg.hxx
@@ -42,8 +42,8 @@ public:
bool GetRenameTable () const;
void GetTabNameString( OUString& rString ) const;
void SetForceCopyTable ();
- void EnableCopyTable (sal_Bool bFlag=true);
- void EnableRenameTable (sal_Bool bFlag=true);
+ void EnableCopyTable (bool bFlag=true);
+ void EnableRenameTable (bool bFlag=true);
private:
void ResetRenameInput();