diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-03 12:55:26 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-03 12:55:26 +0000 |
commit | 9a85ba88f8dc762b9712d49f11dc5eef979e3ed2 (patch) | |
tree | 80da93a7240887e617261e53c79a37cb7330bf26 /sw | |
parent | 51e7e4594d022ae9a95de301483e5f1a323a004f (diff) |
INTEGRATION: CWS swqbf76 (1.12.274); FILE MERGED
2006/07/26 13:57:38 fme 1.12.274.1: #138500# SetTabCols via API does not work correctly. Removed GetTabCols call from SetTabCols. The caller of SetTabCols is now responsible for passing the old SwTabCols
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/swtable.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 369c46e58cc4..31ed50bd9a60 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -4,9 +4,9 @@ * * $RCSfile: swtable.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-01-27 14:34:07 $ + * last change: $Author: ihi $ $Date: 2006-08-03 13:55:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -169,7 +169,7 @@ public: void GetTabCols( SwTabCols &rToFill, const SwTableBox *pStart, FASTBOOL bHidden = FALSE, BOOL bCurRowOnly = FALSE ) const; - void SetTabCols( const SwTabCols &rNew, SwTabCols &rOld, + void SetTabCols( const SwTabCols &rNew, const SwTabCols &rOld, const SwTableBox *pStart, BOOL bCurRowOnly ); BOOL InsertCol( SwDoc*, const SwSelBoxes& rBoxes, |