summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-10-25 12:09:48 +0000
committerOliver Specht <os@openoffice.org>2002-10-25 12:09:48 +0000
commit39ed6bd497f2fed29c84023aa7d1739b303fd043 (patch)
tree2066db57a8c16f73c12f901d2290b04da362cb78 /sw/source/ui/inc
parent0cace47f3eb472308a00866ee2404e6eee2d15bd (diff)
#104503# put inserted control at a central position
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/drawbase.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/drawbase.hxx b/sw/source/ui/inc/drawbase.hxx
index 9e7e509ae8b7..90379e8c1225 100644
--- a/sw/source/ui/inc/drawbase.hxx
+++ b/sw/source/ui/inc/drawbase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drawbase.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2002-06-24 14:53:54 $
+ * last change: $Author: os $ $Date: 2002-10-25 13:09:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,7 @@ protected:
BOOL bCreateObj :1;
BOOL bInsForm :1;
+ Point GetDefaultCenterPos();
public:
SwDrawBase(SwWrtShell *pSh, SwEditWin* pWin, SwView* pView);
virtual ~SwDrawBase();