summaryrefslogtreecommitdiff
path: root/scripting/source/protocolhandler
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-14 16:07:01 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-14 16:07:01 +0100
commit6fb2b3e423f5725752f10b5d8931535b6d2afaa0 (patch)
tree65cb6d72d56f14129310be033a96decfe7257169 /scripting/source/protocolhandler
parent78c59356757e189f3b3297ac3be0c25f7d28dfc2 (diff)
removetooltypes01: #i112600# remove tooltypes from scripting
Diffstat (limited to 'scripting/source/protocolhandler')
-rw-r--r--scripting/source/protocolhandler/scripthandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx
index 4e81426d7d53..52b626dc5884 100644
--- a/scripting/source/protocolhandler/scripthandler.cxx
+++ b/scripting/source/protocolhandler/scripthandler.cxx
@@ -155,7 +155,7 @@ void SAL_CALL ScriptProtocolHandler::dispatchWithNotification(
sal_Bool bSuccess = sal_False;
Any invokeResult;
- bool bCaughtException = FALSE;
+ bool bCaughtException = sal_False;
Any aException;
if ( m_bInitialised )
@@ -246,7 +246,7 @@ void SAL_CALL ScriptProtocolHandler::dispatchWithNotification(
invokeResult <<= reason.concat( aException.getValueTypeName() ).concat( e.Message );
- bCaughtException = TRUE;
+ bCaughtException = sal_True;
}
#ifdef _DEBUG
catch ( ... )