summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/foptmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dbgui/foptmgr.cxx')
-rw-r--r--sc/source/ui/dbgui/foptmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/foptmgr.cxx b/sc/source/ui/dbgui/foptmgr.cxx
index 7fa0993b4cd7..6af9cfe5e391 100644
--- a/sc/source/ui/dbgui/foptmgr.cxx
+++ b/sc/source/ui/dbgui/foptmgr.cxx
@@ -129,7 +129,7 @@ void ScFilterOptionsMgr::Init()
pLbCopyArea->SetEntryData( nInsert, new OUString( aRefStr ) );
}
- pBtnDestPers->Check( sal_True ); // beim Aufruf immer an
+ pBtnDestPers->Check( true ); // beim Aufruf immer an
pLbCopyArea->SelectEntryPos( 0 );
pEdCopyArea->SetText( EMPTY_OUSTRING );
@@ -182,7 +182,7 @@ void ScFilterOptionsMgr::Init()
rQueryData.nDestTab
).Format(SCA_ABS_3D, pDoc, eConv);
- pBtnCopyResult->Check( sal_True );
+ pBtnCopyResult->Check( true );
pEdCopyArea->SetText( aString );
EdAreaModifyHdl( pEdCopyArea );
pLbCopyArea->Enable();