diff options
Diffstat (limited to 'sc/inc/fmtuno.hxx')
-rw-r--r-- | sc/inc/fmtuno.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/fmtuno.hxx b/sc/inc/fmtuno.hxx index fbda9111ea3c..5006bd2c56a9 100644 --- a/sc/inc/fmtuno.hxx +++ b/sc/inc/fmtuno.hxx @@ -220,12 +220,12 @@ private: sal_Bool bIgnoreBlank; sal_Int16 nShowList; sal_Bool bShowInput; - String aInputTitle; - String aInputMessage; + OUString aInputTitle; + OUString aInputMessage; sal_Bool bShowError; sal_uInt16 nErrorStyle; // enum ScValidErrorStyle - String aErrorTitle; - String aErrorMessage; + OUString aErrorTitle; + OUString aErrorMessage; void ClearData_Impl(); |