summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;