diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-02 11:14:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-02 16:30:32 +0200 |
commit | 796ca9ba61ab14e4bdb7b244c64f7fb2c6bf5f65 (patch) | |
tree | 5f390c2b42d6f8d4977cb9f3037289068fac8325 /desktop | |
parent | 6e74c9fd90b3c416dbdfaf091fa3c1c26e70d1de (diff) |
Remove obsolete INET_PROT_PRIVATE alias
Change-Id: I6c82dad9d69e19d5596f23eacfbd20768f9f6442
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/dispatchwatcher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx index d1aa2f2a796f..ce5c2ac83c7f 100644 --- a/desktop/source/app/dispatchwatcher.cxx +++ b/desktop/source/app/dispatchwatcher.cxx @@ -395,7 +395,7 @@ bool DispatchWatcher::executeDispatchRequests( const DispatchList& aDispatchRequ else { INetURLObject aObj( aName ); - if ( aObj.GetProtocol() == INET_PROT_PRIVATE ) + if ( aObj.GetProtocol() == INET_PROT_PRIV_SOFFICE ) aTarget = "_default"; // Set "AsTemplate" argument according to request type |