diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 15:02:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 15:02:33 +0000 |
commit | a89d3f259fa188597419ca293c3b0fc51003bfba (patch) | |
tree | b36542f4a8ac0cca19ec1f5616b3d6af08f0d5cf | |
parent | 2c264f50c6b7844804598b035a633a6e759071b1 (diff) |
INTEGRATION: CWS calc29 (1.1.1.1.774); FILE MERGED
2005/02/11 09:37:39 jmarmion 1.1.1.1.774.1: #i33764# - support resize and edit for new notes.
-rw-r--r-- | sc/source/ui/inc/fusel.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/fusel.hxx b/sc/source/ui/inc/fusel.hxx index e35a87c04826..70e31a8fe206 100644 --- a/sc/source/ui/inc/fusel.hxx +++ b/sc/source/ui/inc/fusel.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fusel.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:59 $ + * last change: $Author: vg $ $Date: 2005-02-21 16:02:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,6 +105,8 @@ class FuSelection : public FuDraw virtual void Activate(); // Function aktivieren virtual void Deactivate(); // Function deaktivieren + + void ActivateNoteHandles(SdrObject* pObj) const ; }; |