diff options
author | Armin Weiss <aw@openoffice.org> | 2002-03-22 08:59:27 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2002-03-22 08:59:27 +0000 |
commit | 21db76c195a352c15856d2bcac2157dfc55fd0a1 (patch) | |
tree | 34615081712469974f95841a1bf0eecf4d1a207f /sc/source/ui/inc/futext.hxx | |
parent | 4cec4b95fcd980e08ef7c1c13f873c0303c7a43d (diff) |
#98185# Create default drawing objects via keyboard
Diffstat (limited to 'sc/source/ui/inc/futext.hxx')
-rw-r--r-- | sc/source/ui/inc/futext.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/futext.hxx b/sc/source/ui/inc/futext.hxx index a67d35fe9874..3e90d2b567a2 100644 --- a/sc/source/ui/inc/futext.hxx +++ b/sc/source/ui/inc/futext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: futext.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:59 $ + * last change: $Author: aw $ $Date: 2002-03-22 09:58:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,6 +102,9 @@ public: void SetInEditMode( SdrObject* pObj = NULL, const Point* pMousePixel = NULL ); void StopEditMode(); + // #98185# Create default drawing objects via keyboard + virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle); + private: SdrOutliner* MakeOutliner(); }; |