diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-19 10:33:16 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-19 10:33:16 +0000 |
commit | 4e841214e9adf7dbce9f112306b13be460aa4c46 (patch) | |
tree | ba97b8ce937705fe6ad065454ae4a7db8ed48eb2 /sc/inc/fmtuno.hxx | |
parent | c9612a8b8a43e0bd5638b1acb9e7171802542c7c (diff) |
INTEGRATION: CWS dr6 (1.3.42); FILE MERGED
2003/07/18 15:38:44 sab 1.3.42.1: #i3653#; add ShowList property
Diffstat (limited to 'sc/inc/fmtuno.hxx')
-rw-r--r-- | sc/inc/fmtuno.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/fmtuno.hxx b/sc/inc/fmtuno.hxx index 735b4dc58761..cb9ec34e0d1a 100644 --- a/sc/inc/fmtuno.hxx +++ b/sc/inc/fmtuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtuno.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nn $ $Date: 2000-11-01 17:34:03 $ + * last change: $Author: hjs $ $Date: 2003-08-19 11:33:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -267,6 +267,7 @@ private: ScAddress aSrcPos; USHORT nValMode; // enum ScValidationMode BOOL bIgnoreBlank; + sal_Int16 nShowList; BOOL bShowInput; String aInputTitle; String aInputMessage; |