summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-28 16:11:53 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-28 21:03:09 -0500
commit6fc139f068de791604157b70d331ebb171fc1049 (patch)
tree34fa937468a8e4ae5277cb6d4c5a9abb6454caaf /sc/source/ui/view/cellsh1.cxx
parent4a092a8de1c76612691979d0194a0346ed37cf02 (diff)
Properly prefixed members of ScDPNumGroupInfo.
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r--sc/source/ui/view/cellsh1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index c7a80249eba5..a1683b4ea6f0 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -988,9 +988,9 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
GetViewData()->GetCurY(), GetViewData()->GetTabNo() ) )
{
ScDPNumGroupInfo aNumInfo;
- aNumInfo.Enable = sal_True;
- aNumInfo.AutoStart = sal_True;
- aNumInfo.AutoEnd = sal_True;
+ aNumInfo.mbEnable = true;
+ aNumInfo.mbAutoStart = true;
+ aNumInfo.mbAutoEnd = true;
sal_Int32 nParts = 0;
if ( pTabViewShell->HasSelectionForDateGroup( aNumInfo, nParts ) )
{