summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdopage.cxx
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-05-12 11:03:28 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-06-04 22:52:39 +0200
commit207156d8eeee7b0aec1d6513e0aca2f9535adeb1 (patch)
tree17acc59b619bbb8c112b68a5c5bae457951bb7b8 /svx/source/svdraw/svdopage.cxx
parenta385b05b05c71131b32ce6706aee4e0b91441bfb (diff)
Removed comments/commented code
Diffstat (limited to 'svx/source/svdraw/svdopage.cxx')
-rw-r--r--svx/source/svdraw/svdopage.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/svdraw/svdopage.cxx b/svx/source/svdraw/svdopage.cxx
index 5aa2e7bb34d4..ddd845e0fe66 100644
--- a/svx/source/svdraw/svdopage.cxx
+++ b/svx/source/svdraw/svdopage.cxx
@@ -41,8 +41,6 @@
#include <svtools/colorcfg.hxx>
#include <svl/itemset.hxx>
#include <svx/sdr/properties/pageproperties.hxx>
-
-// #111111#
#include <svx/sdr/contact/viewcontactofpageobj.hxx>
////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -103,20 +101,17 @@ SdrPageObj::SdrPageObj(const Rectangle& rRect, SdrPage* pNewPage)
SdrPageObj::~SdrPageObj()
{
- // #111111#
if(mpShownPage)
{
mpShownPage->RemovePageUser(*this);
}
}
-// #111111#
SdrPage* SdrPageObj::GetReferencedPage() const
{
return mpShownPage;
}
-// #111111#
void SdrPageObj::SetReferencedPage(SdrPage* pNewPage)
{
if(mpShownPage != pNewPage)
@@ -201,6 +196,4 @@ void SdrPageObj::TakeObjNamePlural(XubString& rName) const
rName=ImpGetResStr(STR_ObjNamePluralPAGE);
}
-// eof
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */