summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/mvtabdlg.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-12-13 13:51:18 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-12-13 23:38:19 -0500
commit5fe86425ccc3fcd1bce1076e9f57f70be55f8d92 (patch)
treec382f80701890c1acacb210d4265ec625fe70ab6 /sc/source/ui/miscdlgs/mvtabdlg.cxx
parent8bf8c7eeb683bc3e62a56b367448fdffd4e844d8 (diff)
BOOL -> bool, and tabs to whitespace in new code.
Also, putting a bool declaration in the right context.
Diffstat (limited to 'sc/source/ui/miscdlgs/mvtabdlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/mvtabdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/mvtabdlg.cxx b/sc/source/ui/miscdlgs/mvtabdlg.cxx
index e10e4ba1e1d9..4568742b7980 100644
--- a/sc/source/ui/miscdlgs/mvtabdlg.cxx
+++ b/sc/source/ui/miscdlgs/mvtabdlg.cxx
@@ -100,7 +100,7 @@ SCTAB ScMoveTableDlg::GetSelectedTable () const { return nTable; }
BOOL ScMoveTableDlg::GetCopyTable () const { return bCopyTable; }
-BOOL ScMoveTableDlg::GetRenameTable () const { return bRenameTable; }
+bool ScMoveTableDlg::GetRenameTable () const { return bRenameTable; }
void ScMoveTableDlg::GetTabNameString( String& rString ) const
{