summaryrefslogtreecommitdiff
path: root/sc/inc/cellform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/cellform.hxx')
-rw-r--r--sc/inc/cellform.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/cellform.hxx b/sc/inc/cellform.hxx
index 9b7bc5236ae0..8c59832d413e 100644
--- a/sc/inc/cellform.hxx
+++ b/sc/inc/cellform.hxx
@@ -49,13 +49,13 @@ enum ScForceTextFmt {
class SC_DLLPUBLIC ScCellFormat
{
public:
- static void GetString( ScBaseCell* pCell, ULONG nFormat, String& rString,
+ static void GetString( ScBaseCell* pCell, sal_uLong nFormat, String& rString,
Color** ppColor, SvNumberFormatter& rFormatter,
- BOOL bNullVals = TRUE,
- BOOL bFormula = FALSE,
+ sal_Bool bNullVals = sal_True,
+ sal_Bool bFormula = false,
ScForceTextFmt eForceTextFmt = ftDontForce );
- static void GetInputString( ScBaseCell* pCell, ULONG nFormat, String& rString,
+ static void GetInputString( ScBaseCell* pCell, sal_uLong nFormat, String& rString,
SvNumberFormatter& rFormatter );
};