This is an automated email from the ASF dual-hosted git repository.
truckman pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7ad89c3 Delete leftover debug code.
7ad89c3 is described below
commit 7ad89c327ca8d1c30aea9294edf39579304566f5
Author: Don Lewis <[email protected]>
AuthorDate: Tue Oct 1 21:32:15 2019 -0700
Delete leftover debug code.
---
main/scripting/source/protocolhandler/scripthandler.cxx | 2 --
1 file changed, 2 deletions(-)
diff --git a/main/scripting/source/protocolhandler/scripthandler.cxx
b/main/scripting/source/protocolhandler/scripthandler.cxx
index 913cc5f..f7cf661 100644
--- a/main/scripting/source/protocolhandler/scripthandler.cxx
+++ b/main/scripting/source/protocolhandler/scripthandler.cxx
@@ -159,11 +159,9 @@ void SAL_CALL
ScriptProtocolHandler::dispatchWithNotification(
{
try
{
-printf("ScriptProtocolHandler::dispatchWithNotification()\n");
::rtl::OUString xStringUri = ::rtl::Uri::decode( aURL.Complete,
rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8 );
bool bIsDocumentScript = ( xStringUri.indexOfAsciiL(
RTL_CONSTASCII_STRINGPARAM( "document" ) ) !=-1 );
-printf("URI is %s\n", ::rtl::OUStringToOString (xStringUri,
RTL_TEXTENCODING_UTF8).pData->buffer);
if ( bIsDocumentScript )
{