diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-19 16:43:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-19 16:43:46 +0000 |
commit | ffe6fcbad003280d8a044aafc0db4bbdd36e2f62 (patch) | |
tree | 17cc39570a5a7a958af5ee442b9c2bdbb05b79ba /svx | |
parent | 95c46056444e8da7b224acb4233b93bf4c4f4b09 (diff) |
INTEGRATION: CWS gcc41 (1.9.100); FILE MERGED
2005/12/07 14:35:38 pmladek 1.9.100.1: #i58967#
Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/sdr/contact/objectcontact.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/svx/sdr/contact/objectcontact.hxx b/svx/inc/svx/sdr/contact/objectcontact.hxx index d4870105429f..a560e9134f73 100644 --- a/svx/inc/svx/sdr/contact/objectcontact.hxx +++ b/svx/inc/svx/sdr/contact/objectcontact.hxx @@ -4,9 +4,9 @@ * * $RCSfile: objectcontact.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-10-19 12:08:00 $ + * last change: $Author: obo $ $Date: 2006-01-19 17:43:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -189,11 +189,11 @@ namespace sdr // method to get the ObjectAnimator. It will // return a existing one or create a new one using CreateObjectAnimator(). - sdr::animation::ObjectAnimator& ObjectContact::GetObjectAnimator() const; + sdr::animation::ObjectAnimator& GetObjectAnimator() const; // method to get the EventHandler. It will // return a existing one or create a new one using CreateEventHandler(). - sdr::event::TimerEventHandler& ObjectContact::GetEventHandler() const; + sdr::event::TimerEventHandler& GetEventHandler() const; // delete the ObjectAnimator void DeleteObjectAnimator(); |