diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-11-29 13:37:05 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-11-29 13:37:05 +0000 |
commit | b2a14966c45380de98cd3761776657421ceb921d (patch) | |
tree | 9304c3f749ac71514a4e27872a889cde900d9e68 /sc/inc | |
parent | 2303ace2ba99201dc7f5a4cd8bb4e4875f6aa637 (diff) |
#95354# Adding new auto formats
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/autoform.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/autoform.hxx b/sc/inc/autoform.hxx index dd53f335cf1f..e5e60f4c6a99 100644 --- a/sc/inc/autoform.hxx +++ b/sc/inc/autoform.hxx @@ -2,9 +2,9 @@ * * $RCSfile: autoform.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dr $ $Date: 2001-11-19 13:28:26 $ + * last change: $Author: dr $ $Date: 2001-11-29 14:36:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -273,7 +273,7 @@ private: BOOL bIncludeValueFormat : 1; BOOL bIncludeWidthHeight : 1; - ScAutoFormatDataField aDataField[ 16 ]; + ScAutoFormatDataField** ppDataField; ScAutoFormatDataField& GetField( USHORT nIndex ); const ScAutoFormatDataField& GetField( USHORT nIndex ) const; |