diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:32:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:32:56 +0000 |
commit | 07398ece27059f82fe992b4915525aae7b7c75a7 (patch) | |
tree | e9eb82a5e6cfd991a9201ae569d706b4d410cf88 /svx | |
parent | 7df1c1be51f32681f117f072781004249d9353cb (diff) |
INTEGRATION: CWS sfxcleanup (1.17.190); FILE MERGED
2006/02/27 08:02:48 mba 1.17.190.1: #132394#: remove superfluous code
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/optinet2.cxx | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/svx/source/dialog/optinet2.cxx b/svx/source/dialog/optinet2.cxx index ae20bac57aef..1446e5f5e10a 100644 --- a/svx/source/dialog/optinet2.cxx +++ b/svx/source/dialog/optinet2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: optinet2.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2005-11-11 11:51:25 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:32:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -408,20 +408,6 @@ SvxProxyTabPage::SvxProxyTabPage(Window* pParent, const SfxItemSet& rSet ) : catch (RuntimeException e) { } } - - if(SfxApplication::IsPlugin()) - { - aProxyModeLB.InsertEntry(sFromBrowser); - aFtpProxyFT.Show(FALSE); - aFtpProxyED.Show(FALSE); - aFtpPortFT.Show(FALSE); - aFtpPortED.Show(FALSE); - - aNoProxyForFT.Show(FALSE); - aNoProxyForED.Show(FALSE); - aNoProxyDescFT.Show(FALSE); - - } } /*-----------------12.08.96 14.55------------------- |