diff options
Diffstat (limited to 'sc/inc/fmtuno.hxx')
-rw-r--r-- | sc/inc/fmtuno.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/fmtuno.hxx b/sc/inc/fmtuno.hxx index 9e7f5258069a..78e954c1ac6b 100644 --- a/sc/inc/fmtuno.hxx +++ b/sc/inc/fmtuno.hxx @@ -217,12 +217,12 @@ private: ScAddress aSrcPos; OUString aPosString; // formula position as text sal_uInt16 nValMode; // enum ScValidationMode - sal_Bool bIgnoreBlank; + bool bIgnoreBlank; sal_Int16 nShowList; - sal_Bool bShowInput; + bool bShowInput; OUString aInputTitle; OUString aInputMessage; - sal_Bool bShowError; + bool bShowError; sal_uInt16 nErrorStyle; // enum ScValidErrorStyle OUString aErrorTitle; OUString aErrorMessage; |