diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-10-12 05:12:17 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-10-12 05:12:17 +0000 |
commit | 3497c874659e85d302b37da4f9fe8b1a49fc24e9 (patch) | |
tree | f01f9e36d9aaad37c198088c73ab28b0c2d8a35a /framework | |
parent | 5be2231b4c383ff127830cbb2a90fa45d4de2f40 (diff) |
#92936# default port changed to https
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/application/login.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/application/login.cxx b/framework/source/application/login.cxx index d5fb0fb4c5ba..02e79b164bbc 100644 --- a/framework/source/application/login.cxx +++ b/framework/source/application/login.cxx @@ -2,9 +2,9 @@ * * $RCSfile: login.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: as $ $Date: 2001-05-21 06:13:00 $ + * last change: $Author: cd $ $Date: 2001-10-12 06:12:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -255,7 +255,7 @@ void LoginApplication::Main() } Any aConnectionType; - aConnectionType <<= PROPERTYNAME_COMPRESSEDSECURE; + aConnectionType <<= PROPERTYNAME_HTTPS; xPropertySet->setPropertyValue( PROPERTYNAME_CONNECTIONTYPE, aConnectionType ); // Show login dialog and get decision of user. |