summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews4.cxx
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2013-03-23 19:36:41 +0100
committerThorsten Behrens <tbehrens@suse.com>2013-03-23 22:58:52 +0100
commit99120b7ddc8ede9108d4a45a5605ac191fe22bc9 (patch)
tree8500cc2657aada3d22e8c5b7ff690861d77ba491 /sd/source/ui/view/drviews4.cxx
parent78eda507c8452e8f6d743427d56526a91b779790 (diff)
Display the number of active slides in the statusbar
Conflicts: sd/source/ui/view/drviews4.cxx Change-Id: I788070fdf093ec8b9f875ea5e81999990cd04501
Diffstat (limited to 'sd/source/ui/view/drviews4.cxx')
-rw-r--r--sd/source/ui/view/drviews4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index e360345f9016..1a5dd612660f 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.cxx
@@ -822,7 +822,7 @@ void DrawViewShell::ShowMousePosInfo(const Rectangle& rRect,
SID_ATTR_SIZE, SID_ATTR_SIZE,
0L);
-// GetStatusBarState(aSet); not fast by pressed modify key!!
+ GetStatusBarState(aSet);
aSet.Put( SfxStringItem( SID_CONTEXT, mpDrawView->GetStatusText() ) );