summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:58:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:58:37 +0000
commitedfa313599e125dba5147a071e7ee6e8a449a2c6 (patch)
treee1efd14b64c885a30d2737c5b1114dfd232ed3da /vcl/win
parent22795c8fad40ebf5f7fa34eef92068fdd4687c7a (diff)
INTEGRATION: CWS defaultbrowser (1.18.80); FILE MERGED
2004/04/29 06:36:27 obr 1.18.80.2: #i27120# do not return reference to temporary 2004/04/27 06:45:56 obr 1.18.80.1: #i27120# export a string interface identifying the desktop environment
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/source/app/salinst.cxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index 81b4efe18fb8..c264483ad536 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salinst.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: hr $ $Date: 2004-02-05 15:21:06 $
+ * last change: $Author: hr $ $Date: 2004-05-10 12:58:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1053,3 +1053,12 @@ SalI18NImeStatus* WinSalInstance::CreateI18NImeStatus()
{
return new WinImeStatus();
}
+
+// -----------------------------------------------------------------------
+
+const ::rtl::OUString& SalGetDesktopEnvironment()
+{
+ static ::rtl::OUString aDesktopEnvironment( RTL_CONSTASCII_USTRINGPARAM( "Windows" ) );
+ return aDesktopEnvironment;
+}
+