summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:57:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:57:57 +0000
commitfb0ebcfcf03c6c951f2a3ad17cc8abf271bf6344 (patch)
tree999a1c85f23d4b66ba727b6edfd2b5f12074fdca /vcl/source/app
parentb41f73be1412e777d70e6ce5d3c6c7c97352b01d (diff)
INTEGRATION: CWS defaultbrowser (1.48.36); FILE MERGED
2004/04/27 06:45:56 obr 1.48.36.1: #i27120# export a string interface identifying the desktop environment
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/svapp.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 8e894a7ff5f0..e8d2f913afdd 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svapp.cxx,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: obo $ $Date: 2004-03-19 12:51:05 $
+ * last change: $Author: hr $ $Date: 2004-05-10 12:57:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1692,6 +1692,11 @@ bool Application::GetShowImeStatusWindowDefault()
&& aInfo.MaximumCharSize > 1;
}
+const ::rtl::OUString& Application::GetDesktopEnvironment()
+{
+ return SalGetDesktopEnvironment();
+}
+
BOOL Application::IsAccessibilityEnabled()
{
return FALSE;