diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 15:59:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 15:59:06 +0000 |
commit | 76a36e65ddfcd5f948da372bbc0ba7bc165a33b6 (patch) | |
tree | dbf922f9109a744dedf7c697e6e5308c4fd25ca3 /svtools | |
parent | abf11db15c220984beb5daf1e3b84524a0bb0d0f (diff) |
INTEGRATION: CWS uaa01 (1.16.6.1.42); FILE MERGED
2003/02/17 13:48:31 oj 1.16.6.1.42.1: #107503# add 2 new method for getIndexAtPoint and getCharacterBounds
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index ac445901d595..342a1f9a70a2 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: editbrowsebox.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2003-03-27 14:37:28 $ + * last change: $Author: hr $ $Date: 2003-04-04 16:59:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1379,7 +1379,7 @@ namespace svt DBG_NAME(CellController); //------------------------------------------------------------------------------ - CellController::CellController(Window* pW) + CellController::CellController(Control* pW) :pWindow( pW ) ,bSuspended( sal_True ) { |