diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-06-19 09:36:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-06-19 09:36:50 +0000 |
commit | 080e2e5b665135384a296354f219c50eb0b909a8 (patch) | |
tree | d49e631ebd390677b6ae70b5f2cdcf0f54c4194c /svtools/source/config | |
parent | 90d0297409d180b1c132a8a4d7fd81ba227310f0 (diff) |
#87576# avoid ambiguity with 'system' from stdlib.h
Diffstat (limited to 'svtools/source/config')
-rw-r--r-- | svtools/source/config/inetoptions.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/config/inetoptions.cxx b/svtools/source/config/inetoptions.cxx index 21d80166d08c..b2685c3ca9c0 100644 --- a/svtools/source/config/inetoptions.cxx +++ b/svtools/source/config/inetoptions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: inetoptions.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: sb $ $Date: 2001-06-18 13:07:48 $ + * last change: $Author: rt $ $Date: 2001-06-19 10:36:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -479,14 +479,14 @@ SvtInetOptions::SvtInetOptions() if ((m_pImpl->getProperty(Impl::INDEX_PROXY_TYPE) >>= nProxyType) && nProxyType == 1) // 1 means "Automatic" { - uno::Reference< system::XProxySettings > xProxySettings; + uno::Reference< com::sun::star::system::XProxySettings > xProxySettings; uno::Reference< lang::XMultiServiceFactory > xServiceFactory(utl::getProcessServiceFactory()); if (xServiceFactory.is()) try { xProxySettings - = uno::Reference< system::XProxySettings >( + = uno::Reference< com::sun::star::system::XProxySettings >( xServiceFactory-> createInstance( rtl::OUString( |