INTEGRATION: CWS components1 (1.4.148); FILE MERGED

2006/11/21 16:23:20 af 1.4.148.3: RESYNC: (1.5-1.6); FILE MERGED
2006/09/25 17:26:33 af 1.4.148.2: RESYNC: (1.4-1.5); FILE MERGED
2006/08/22 11:49:35 af 1.4.148.1: #i68075# Added ActionChanged() method.
This commit is contained in:
Rüdiger Timm 2007-04-03 15:19:16 +00:00
parent 82c82fa925
commit 754fec534e

View file

@ -4,9 +4,9 @@
*
* $RCSfile: SlsPageObjectViewContact.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: ihi $ $Date: 2006-11-14 14:36:35 $
* last change: $Author: rt $ $Date: 2007-04-03 16:19:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -123,6 +123,14 @@ Rectangle PageObjectViewContact::GetPageRectangle (void)
void PageObjectViewContact::ActionChanged (void)
{
ViewContactOfPageObj::ActionChanged();
}
Rectangle PageObjectViewContact::GetPageObjectBoundingBox (void) const
{
return maPageObjectBoundingBox;