summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/foptmgr.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-12 15:10:57 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 11:21:53 +0200
commit9b7eda2b4c4ef88967f156450e8bf1fb7ca1669a (patch)
tree1cb55f9b3cf9dd40357ddb479b3edd7f6fda242b /sc/source/ui/dbgui/foptmgr.cxx
parent33fe6b93114964c7578f34df28211d846966a5a4 (diff)
loplugin: defaultparams
Change-Id: Ibf8328d5000d82d09d5621d3701039bcbdb49407
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 f17ae254715e..d50c7a9232c2 100644
--- a/sc/source/ui/dbgui/foptmgr.cxx
+++ b/sc/source/ui/dbgui/foptmgr.cxx
@@ -121,7 +121,7 @@ void ScFilterOptionsMgr::Init()
pLbCopyArea->SetEntryData( nInsert, new OUString( aRefStr ) );
}
- pBtnDestPers->Check( true ); // beim Aufruf immer an
+ pBtnDestPers->Check(); // beim Aufruf immer an
pLbCopyArea->SelectEntryPos( 0 );
pEdCopyArea->SetText( EMPTY_OUSTRING );
@@ -173,7 +173,7 @@ void ScFilterOptionsMgr::Init()
rQueryData.nDestTab
).Format(SCA_ABS_3D, pDoc, eConv);
- pBtnCopyResult->Check( true );
+ pBtnCopyResult->Check();
pEdCopyArea->SetText( aString );
EdAreaModifyHdl( pEdCopyArea );
pLbCopyArea->Enable();