diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-04-18 14:05:38 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-04-18 14:05:38 +0000 |
commit | 65c160f3ea83aa8769436016c93bb2f73471c447 (patch) | |
tree | f2c440578009995f1a21fbfaa994c00373f9dfca /sc/inc/drwlayer.hxx | |
parent | 04c099b584257661674231b784f0dafa58c5bf9e (diff) |
#85351# adjust to cell positions using twips values
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r-- | sc/inc/drwlayer.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx index 1968f06dcbec..a1ddd65e7244 100644 --- a/sc/inc/drwlayer.hxx +++ b/sc/inc/drwlayer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drwlayer.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ka $ $Date: 2001-01-30 16:50:33 $ + * last change: $Author: nn $ $Date: 2001-04-18 15:04:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,7 +123,7 @@ private: BOOL bAdjustEnabled; private: - void MoveAreaMM( USHORT nTab, const Rectangle& rArea, const Point& rMove, + void MoveAreaTwips( USHORT nTab, const Rectangle& rArea, const Point& rMove, const Point& rTopLeft ); void MoveCells( USHORT nTab, USHORT nCol1,USHORT nRow1, USHORT nCol2,USHORT nRow2, short nDx,short nDy ); |