summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-17 09:49:30 +0200
committerNoel Grandin <noel@peralex.com>2014-02-18 10:07:55 +0200
commitf82052783bd74433f931fb21268d79ad4c061073 (patch)
treed6394150bb63b3286584b2041a9ef3f34e627a4e /sc/source/ui/dbgui
parentd6d922be5e6a9faf8ebc684109aa9cba8d00ca87 (diff)
sal_Bool->bool
Change-Id: I4d13ff42989c6c2fd2b615ffa8cb72772f722343
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r--sc/source/ui/dbgui/dbnamdlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/dbnamdlg.cxx b/sc/source/ui/dbgui/dbnamdlg.cxx
index 6deb0f14c7c9..1895270842e2 100644
--- a/sc/source/ui/dbgui/dbnamdlg.cxx
+++ b/sc/source/ui/dbgui/dbnamdlg.cxx
@@ -246,7 +246,7 @@ void ScDbNameDlg::Init()
m_pEdAssign->SetText( theAreaStr );
m_pEdName->GrabFocus();
- bSaved=sal_True;
+ bSaved = true;
pSaveObj->Save();
NameModifyHdl( 0 );
}
@@ -289,7 +289,7 @@ void ScDbNameDlg::SetReference( const ScRange& rRef, ScDocument* pDocP )
m_pEdAssign->SetRefString( aRefStr );
m_pOptions->Enable();
m_pBtnAdd->Enable();
- bSaved=sal_True;
+ bSaved = true;
pSaveObj->Save();
}
}
@@ -477,7 +477,7 @@ IMPL_LINK_NOARG(ScDbNameDlg, AddBtnHdl)
m_pBtnStripData->Check( false );
SetInfoStrings( NULL ); // leer
theCurArea = ScRange();
- bSaved=sal_True;
+ bSaved = true;
pSaveObj->Save();
NameModifyHdl( 0 );
}
@@ -595,7 +595,7 @@ IMPL_LINK_NOARG(ScDbNameDlg, NameModifyHdl)
if(!bSaved)
{
- bSaved=sal_True;
+ bSaved = true;
pSaveObj->Save();
}
UpdateDBData( theName );