summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drawview.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-07 22:11:09 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-02-08 19:09:12 +0100
commitcd4a86b717083e36d707f0605a9cf5719a411ef0 (patch)
tree5f89ef86b2d4a0cbccc577180dd710ef49c2d3db /sd/source/ui/view/drawview.cxx
parentec7d423f53a7beec49e7a69ccc9cb7bad366b7a3 (diff)
Remove all bogus comments in impress.
Diffstat (limited to 'sd/source/ui/view/drawview.cxx')
-rw-r--r--sd/source/ui/view/drawview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx
index bb75f1c07773..8553401c8608 100644
--- a/sd/source/ui/view/drawview.cxx
+++ b/sd/source/ui/view/drawview.cxx
@@ -409,7 +409,7 @@ void DrawView::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
mpDrawViewShell->ResetActualLayer();
}
- // #94278# switch to that page when it's not a master page
+ // switch to that page when it's not a master page
if(HINT_SWITCHTOPAGE == eHintKind)
{
const SdrPage* pPage = ((const SdrHint&)rHint).GetPage();