summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:46:33 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:46:33 +0000
commit28b7d4ef130d7433230fa1bfd8628338d4a7f089 (patch)
treed70fd79ad8d70d8b3db3e9f1cc96b004b6a3a02e
parentf59bbafbf2a05b0b1078202783ab1f3063e52abd (diff)
INTEGRATION: CWS aw024 (1.17.140); FILE MERGED
2006/09/21 19:30:57 aw 1.17.140.4: RESYNC: (1.20-1.21); FILE MERGED 2006/01/26 22:11:28 aw 1.17.140.3: RESYNC: (1.18-1.19); FILE MERGED 2005/09/18 05:07:17 aw 1.17.140.2: RESYNC: (1.17-1.18); FILE MERGED 2004/12/23 16:52:50 aw 1.17.140.1: #i39525
-rw-r--r--svx/source/svdraw/svdopage.cxx44
1 files changed, 2 insertions, 42 deletions
diff --git a/svx/source/svdraw/svdopage.cxx b/svx/source/svdraw/svdopage.cxx
index 8751ab89ccf7..470779729d39 100644
--- a/svx/source/svdraw/svdopage.cxx
+++ b/svx/source/svdraw/svdopage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdopage.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 05:56:21 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 13:46:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -205,44 +205,4 @@ void SdrPageObj::TakeObjNamePlural(XubString& rName) const
rName=ImpGetResStr(STR_ObjNamePluralPAGE);
}
-//BFS01void SdrPageObj::WriteData(SvStream& rOut) const
-//BFS01{
-//BFS01 SdrObject::WriteData(rOut);
-//BFS01 SdrDownCompat aCompat(rOut,STREAM_WRITE); // Fuer Abwaertskompatibilitaet (Lesen neuer Daten mit altem Code)
-//BFS01#ifdef DBG_UTIL
-//BFS01 aCompat.SetID("SdrPageObj");
-//BFS01#endif
-//BFS01
-//BFS01 // #111111#
-//BFS01 if(mpShownPage)
-//BFS01 {
-//BFS01 rOut << (sal_uInt16)mpShownPage->GetPageNum();
-//BFS01 }
-//BFS01 else
-//BFS01 {
-//BFS01 rOut << (sal_uInt16)0;
-//BFS01 }
-//BFS01}
-
-//BFS01void SdrPageObj::ReadData(const SdrObjIOHeader& rHead, SvStream& rIn)
-//BFS01{
-//BFS01 if (rIn.GetError()!=0) return;
-//BFS01 SdrObject::ReadData(rHead,rIn);
-//BFS01 SdrDownCompat aCompat(rIn,STREAM_READ); // Fuer Abwaertskompatibilitaet (Lesen neuer Daten mit altem Code)
-//BFS01#ifdef DBG_UTIL
-//BFS01 aCompat.SetID("SdrPageObj");
-//BFS01#endif
-//BFS01
-//BFS01 // #111111#
-//BFS01 sal_uInt16 nPageNum;
-//BFS01 rIn >> nPageNum;
-//BFS01
-//BFS01 if(GetModel())
-//BFS01 {
-//BFS01 SdrPage* pNewPage = GetModel()->GetPage(nPageNum);
-//BFS01 SetReferencedPage(pNewPage);
-//BFS01 }
-//BFS01}
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
// eof