summaryrefslogtreecommitdiff
path: root/swext/mediawiki/src/com/sun/star/wiki/Helper.java
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2008-02-11 07:35:34 +0000
committerMikhail Voitenko <mav@openoffice.org>2008-02-11 07:35:34 +0000
commit1abd836201dd66b93a648c58ee929cfc45e170d7 (patch)
treea91ff1d27a51032ab0570321aa45cd23781815f9 /swext/mediawiki/src/com/sun/star/wiki/Helper.java
parent1b9a822eead9e30267f3425d67e8f9b56169113d (diff)
change user and password handling
Diffstat (limited to 'swext/mediawiki/src/com/sun/star/wiki/Helper.java')
-rw-r--r--swext/mediawiki/src/com/sun/star/wiki/Helper.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/swext/mediawiki/src/com/sun/star/wiki/Helper.java b/swext/mediawiki/src/com/sun/star/wiki/Helper.java
index 79200685fed2..a31d6ac13182 100644
--- a/swext/mediawiki/src/com/sun/star/wiki/Helper.java
+++ b/swext/mediawiki/src/com/sun/star/wiki/Helper.java
@@ -4,9 +4,9 @@
*
* $RCSfile: Helper.java,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: mav $ $Date: 2008-02-07 12:49:36 $
+ * last change: $Author: mav $ $Date: 2008-02-11 08:35:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -782,7 +782,7 @@ public class Helper
{
HostConfiguration aHostConfig = null;
- if ( sWikiUser != null && sWikiUser.length() > 0 && sWikiPass != null && xContext != null )
+ if ( sWikiUser != null && sWikiPass != null && xContext != null )
{
HostConfiguration aNewHostConfig = new HostConfiguration();