summaryrefslogtreecommitdiff
path: root/desktop/source/app/dispatchwatcher.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-22 13:43:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-22 13:43:08 +0000
commit8063889693884ab6ea5698e37d9ecb9fcd6e9160 (patch)
treea337f8e55c88dc276aa68d46021b5edbbe4fc7d5 /desktop/source/app/dispatchwatcher.cxx
parent1a08d75ea3b3e0027a5fc062bdbcf2b019475483 (diff)
INTEGRATION: CWS scriptingf6 (1.17.6); FILE MERGED
2004/08/10 14:32:09 toconnor 1.17.6.1: #i25682# - allow vnd.sun.star.script URLs to be passed on the command line
Diffstat (limited to 'desktop/source/app/dispatchwatcher.cxx')
-rw-r--r--desktop/source/app/dispatchwatcher.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx
index 24d1e6bbaa..f769499e82 100644
--- a/desktop/source/app/dispatchwatcher.cxx
+++ b/desktop/source/app/dispatchwatcher.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dispatchwatcher.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2004-07-23 14:19:03 $
+ * last change: $Author: rt $ $Date: 2004-10-22 14:43:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -246,11 +246,6 @@ void DispatchWatcher::executeDispatchRequests( const DispatchList& aDispatchRequ
String aName( aDispatchRequest.aURL );
::rtl::OUString aTarget( RTL_CONSTASCII_USTRINGPARAM("_default") );
- if (aName.CompareToAscii("vnd.sun.star.script" , 19) != COMPARE_EQUAL)
- {
- aName = GetURL_Impl(aName);
- }
-
if ( aDispatchRequest.aRequestType == REQUEST_PRINT ||
aDispatchRequest.aRequestType == REQUEST_PRINTTO )
{