[Libreoffice-commits] .: sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Aug 29 20:09:13 PDT 2011
sc/source/ui/inc/filtdlg.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 70ee109a4f61277b876e3975b75056b41db0eeba
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date: Mon Aug 29 23:09:01 2011 -0400
sal_Bool to bool.
diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx
index 48f595a..043eb1c 100644
--- a/sc/source/ui/inc/filtdlg.hxx
+++ b/sc/source/ui/inc/filtdlg.hxx
@@ -135,9 +135,9 @@ private:
ListBox* aCondLbArr[4];
ListBox* aConnLbArr[4];
bool mbHasDates[MAXQUERY];
- sal_Bool bRefreshExceptQuery[MAXQUERY];
- sal_uInt16 nFieldCount;
- sal_Bool bRefInputMode;
+ bool bRefreshExceptQuery[MAXQUERY];
+ sal_uInt16 nFieldCount;
+ bool bRefInputMode;
TypedScStrCollection* pEntryLists[MAXCOLCOUNT];
sal_uInt16 nHeaderPos[MAXCOLCOUNT];
More information about the Libreoffice-commits
mailing list