diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-30 09:02:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-02 08:49:18 +0200 |
commit | 0376c6dc74bebc6df57a43f4d62e935710d3a5d2 (patch) | |
tree | b714865179fb4500b09f1a8bdf40b70eec2d6368 /uui/source/iahndl-ioexceptions.cxx | |
parent | 5371642efdca30e1428b3103b0c30b30be69d278 (diff) |
uui: sal_Bool->bool
Change-Id: Iba9f7586e7742135a3377826c7ab0c83beb30fa5
Diffstat (limited to 'uui/source/iahndl-ioexceptions.cxx')
-rw-r--r-- | uui/source/iahndl-ioexceptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-ioexceptions.cxx b/uui/source/iahndl-ioexceptions.cxx index d969e2553592..0406f60929cb 100644 --- a/uui/source/iahndl-ioexceptions.cxx +++ b/uui/source/iahndl-ioexceptions.cxx @@ -63,7 +63,7 @@ getBoolRequestArgument(uno::Sequence< uno::Any > const & rArguments, beans::PropertyValue aProperty; if ((rArguments[i] >>= aProperty) && aProperty.Name == rKey) { - sal_Bool bValue = sal_Bool(); + bool bValue; if (aProperty.Value >>= bValue) { if (pValue) |