diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-20 15:50:15 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-20 15:50:15 +0000 |
commit | dc9d61c23b2740b9509870939d362c1fa852d5cb (patch) | |
tree | 9dd5f4617f1e72f89671e32694ce2c94b4d78e10 /sc/sdi | |
parent | 0cab75ec3742bcd8fe601319f30e802525fc7191 (diff) |
INTEGRATION: CWS calctextcol (1.21.72); FILE MERGED
2007/07/31 14:54:26 tbe 1.21.72.1: #i4040 Convert text to columns
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 4f6e2d378..49c61f69f 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: cellsh.sdi,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: vg $ $Date: 2007-05-22 19:40:41 $ + * last change: $Author: ihi $ $Date: 2007-08-20 16:50:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,6 +71,7 @@ interface CellSelection SID_SUBTOTALS [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] SID_PIVOT_TABLE [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] FID_VALIDATION [ ExecMethod = ExecuteDB; StateMethod = GetBlockState; ] + SID_TEXT_TO_COLUMNS [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] // } Datenbank-Operationen |