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 | 36168b991fda28664798da35ce9e64aeceb248d3 (patch) | |
tree | 3c862279e93936dd8667cb09bd92d8236eca6798 /sc/sdi/cellsh.sdi | |
parent | 5aeb202b0720a86c017eb5f08e1ec800541a6fcc (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/cellsh.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 4d247394061c..33a8cdbd90c2 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 |