summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpsort.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-18 15:15:04 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:05:04 +0200
commit1a2aaa65325c26a50000adcab73e0a81b9004522 (patch)
tree70107db2b31f26856e380bb2718241fbf6b57aeb /sc/source/ui/inc/tpsort.hxx
parentb205c11549aea1e470b994d9fb53fca859b8a80f (diff)
sal_Bool->bool
Change-Id: I268fb15d84ba8f78ddd73cc4db8e34d1520be3e9
Diffstat (limited to 'sc/source/ui/inc/tpsort.hxx')
-rw-r--r--sc/source/ui/inc/tpsort.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx
index 2a17c0be89ae..cf8412659322 100644
--- a/sc/source/ui/inc/tpsort.hxx
+++ b/sc/source/ui/inc/tpsort.hxx
@@ -84,8 +84,8 @@ private:
SCCOL nFirstCol;
SCROW nFirstRow;
- sal_Bool bHasHeader;
- sal_Bool bSortByRows;
+ bool bHasHeader;
+ bool bSortByRows;
ScSortKeyItems maSortKeyItems;
ScSortKeyCtrl maSortKeyCtrl;