diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-06 12:13:40 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-06 12:13:40 +0000 |
commit | 69873f80138fa5826e43476be76be4f891572f2e (patch) | |
tree | 336d923ccf8c384045708977a84886813abccb0e | |
parent | 1301c7758e8bcd274022756aff3c419035beea7a (diff) |
INTEGRATION: CWS pathfinder01 (1.11.126); FILE MERGED
2007/07/03 13:03:16 cl 1.11.126.1: #i41800# implemented support for path animation editing for custom animations
-rw-r--r-- | sd/source/ui/inc/drawview.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/inc/drawview.hxx b/sd/source/ui/inc/drawview.hxx index 4178c74f1..0bc7aeaae 100644 --- a/sd/source/ui/inc/drawview.hxx +++ b/sd/source/ui/inc/drawview.hxx @@ -4,9 +4,9 @@ * * $RCSfile: drawview.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2006-12-12 17:43:15 $ + * last change: $Author: rt $ $Date: 2007-07-06 13:13:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,7 +90,6 @@ public: virtual SdrObject* GetMaxToBtmObj(SdrObject* pObj) const; virtual void DeleteMarked(); // from SdrView - protected: virtual void ModelHasChanged(); |