diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 11:56:21 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 11:56:21 +0000 |
commit | 57baaa5379dc046886ca2c7eeb47626f7888c2bb (patch) | |
tree | 2c66c4b7ad6e62c3bd3db6ac339e6a1377048cca /sw/inc/unodraw.hxx | |
parent | d2edfb7020c4f567228d25052282304c30f45830 (diff) |
INTEGRATION: CWS swqbugfixes17 (1.12.206); FILE MERGED
2005/03/11 11:41:54 od 1.12.206.1: #i44334#, #i44681# - class <SwXShape> - remove unused method
Diffstat (limited to 'sw/inc/unodraw.hxx')
-rw-r--r-- | sw/inc/unodraw.hxx | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx index b96602d52b75..9dcaa7335664 100644 --- a/sw/inc/unodraw.hxx +++ b/sw/inc/unodraw.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unodraw.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2004-11-17 10:57:15 $ + * last change: $Author: vg $ $Date: 2005-03-23 12:56:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -242,17 +242,6 @@ class SwXShape : public SwXShapeBaseClass, com::sun::star::awt::Point _GetAttrPosition(); /** method to convert the position (translation) of the drawing object to - the layout direction, the drawing object is in - - OD 2004-07-27 #i31698# - - @author OD - */ - ::com::sun::star::awt::Point _ConvertPositionToLayoutDir( - const ::com::sun::star::awt::Point _aObjPosInHoriL2R, - const ::com::sun::star::awt::Size _aObjSize ); - - /** method to convert the position (translation) of the drawing object to the layout direction horizontal left-to-right. OD 2004-07-27 #i31698# |