summaryrefslogtreecommitdiff
path: root/sw/inc/sortopt.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-15 00:01:03 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-15 00:01:58 +0900
commit5bac137d48c2436316043ca2be558b9eb00fe87d (patch)
tree04a4eefa9678e7d63de4f8aee71a9fd624c21af9 /sw/inc/sortopt.hxx
parent62af61b8f076c00eb045dca1c46275882e17ce6b (diff)
sal_Bool to bool
Change-Id: I95a8effcc90a9651e30dc43f8db6edeaa7ace5ef
Diffstat (limited to 'sw/inc/sortopt.hxx')
-rw-r--r--sw/inc/sortopt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/sortopt.hxx b/sw/inc/sortopt.hxx
index 2fa462314565..a0da917e2c49 100644
--- a/sw/inc/sortopt.hxx
+++ b/sw/inc/sortopt.hxx
@@ -45,7 +45,7 @@ struct SW_DLLPUBLIC SwSortKey
String sSortType;
SwSortOrder eSortOrder;
sal_uInt16 nColumnId;
- sal_Bool bIsNumeric;
+ bool bIsNumeric;
};
typedef std::vector<SwSortKey*> SwSortKeys;
@@ -60,8 +60,8 @@ struct SW_DLLPUBLIC SwSortOptions
SwSortDirection eDirection;
sal_Unicode cDeli;
sal_uInt16 nLanguage;
- sal_Bool bTable;
- sal_Bool bIgnoreCase;
+ bool bTable;
+ bool bIgnoreCase;
};
#endif // _SORTOPT_HXX