summaryrefslogtreecommitdiff
path: root/svtools/source/uno/generictoolboxcontroller.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-08 11:42:56 +0200
committerNoel Grandin <noel@peralex.com>2014-05-08 11:48:13 +0200
commitb7d30cb50ede0752f1ee194655f925c77e06879a (patch)
treee9f1369976e5130ee20704344371060b0637a29a /svtools/source/uno/generictoolboxcontroller.cxx
parent2d54aa1d22f404a1a36aaa97d3e3bf5024e89aed (diff)
svtools: sal_Bool->bool
Change-Id: Idd9a3ccf0eb6d14cec158daa17a6b2da625f7ffa
Diffstat (limited to 'svtools/source/uno/generictoolboxcontroller.cxx')
-rw-r--r--svtools/source/uno/generictoolboxcontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/generictoolboxcontroller.cxx b/svtools/source/uno/generictoolboxcontroller.cxx
index 9b827bba1b15..b77a309afb37 100644
--- a/svtools/source/uno/generictoolboxcontroller.cxx
+++ b/svtools/source/uno/generictoolboxcontroller.cxx
@@ -141,9 +141,9 @@ throw ( RuntimeException, std::exception )
nItemBits &= ~TIB_CHECKABLE;
TriState eTri = TRISTATE_FALSE;
- sal_Bool bValue = sal_Bool();
- OUString aStrValue;
- ItemStatus aItemState;
+ bool bValue;
+ OUString aStrValue;
+ ItemStatus aItemState;
if ( Event.State >>= bValue )
{