summaryrefslogtreecommitdiff
path: root/sd/source/core/PageListWatcher.cxx
diff options
context:
space:
mode:
authorKayo Hamid <revol.code@yahoo.com>2010-12-02 22:57:42 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-12-02 22:58:51 +0100
commitc919c3a73b0e6ccd7c6484567215f56c85ad95ad (patch)
tree1d13ab7e6ef51b7a806fdb89fd5ade5aab2ef731 /sd/source/core/PageListWatcher.cxx
parent6894764a0fa2ca85e783d9aa9a6c03181ee48740 (diff)
Cleanup commented code in impress
Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
Diffstat (limited to 'sd/source/core/PageListWatcher.cxx')
-rw-r--r--sd/source/core/PageListWatcher.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sd/source/core/PageListWatcher.cxx b/sd/source/core/PageListWatcher.cxx
index d02eae13f12a..7e77b408a66f 100644
--- a/sd/source/core/PageListWatcher.cxx
+++ b/sd/source/core/PageListWatcher.cxx
@@ -128,9 +128,7 @@ SdPage* ImpPageListWatcher::GetSdPage(PageKind ePgKind, sal_uInt32 nPgNum)
}
case PK_HANDOUT:
{
-// #11420# for models used to transfer drawing shapes via clipboard its
-// ok to not have a handout page
-// DBG_ASSERT(mpHandoutPage, "ImpPageListWatcher::GetSdPage: access to non existing handout page (!)");
+// #11420# for models used to transfer drawing shapes via clipboard its ok to not have a handout page
DBG_ASSERT(nPgNum == 0L, "ImpPageListWatcher::GetSdPage: access to non existing handout page (!)");
if (nPgNum == 0)
pRetval = mpHandoutPage;