summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-30 09:02:45 +0200
committerNoel Grandin <noel@peralex.com>2014-05-02 08:49:18 +0200
commit0376c6dc74bebc6df57a43f4d62e935710d3a5d2 (patch)
treeb714865179fb4500b09f1a8bdf40b70eec2d6368 /uui/source/iahndl.cxx
parent5371642efdca30e1428b3103b0c30b30be69d278 (diff)
uui: sal_Bool->bool
Change-Id: Iba9f7586e7742135a3377826c7ab0c83beb30fa5
Diffstat (limited to 'uui/source/iahndl.cxx')
-rw-r--r--uui/source/iahndl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 13bbb7e2dd44..12e005295c14 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -1206,7 +1206,7 @@ UUIInteractionHelper::handleGenericErrorRequest(
// required unsigned long value. Otherwhise using as flag field
// can fail ...
ErrCode nError = static_cast< ErrCode >(nErrorCode);
- sal_Bool bWarning = !ERRCODE_TOERROR(nError);
+ bool bWarning = !ERRCODE_TOERROR(nError);
if ( nError == ERRCODE_SFX_BROKENSIGNATURE
|| nError == ERRCODE_SFX_INCOMPLETE_ENCRYPTION )