diff options
Diffstat (limited to 'sc/source/ui/inc/scuiautofmt.hxx')
-rw-r--r-- | sc/source/ui/inc/scuiautofmt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/scuiautofmt.hxx b/sc/source/ui/inc/scuiautofmt.hxx index 654779673ed6..4a3a441bed81 100644 --- a/sc/source/ui/inc/scuiautofmt.hxx +++ b/sc/source/ui/inc/scuiautofmt.hxx @@ -70,8 +70,8 @@ private: ScAutoFormat* pFormat; const ScAutoFormatData* pSelFmtData; sal_uInt16 nIndex; - sal_Bool bCoreDataChanged; - sal_Bool bFmtInserted; + bool bCoreDataChanged; + bool bFmtInserted; void Init (); void UpdateChecks (); |