summaryrefslogtreecommitdiff
path: root/shell/source/backends/kde4be/kde4backend.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/kde4be/kde4backend.cxx')
-rw-r--r--shell/source/backends/kde4be/kde4backend.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/source/backends/kde4be/kde4backend.cxx b/shell/source/backends/kde4be/kde4backend.cxx
index 4670affff438..05931bd249ea 100644
--- a/shell/source/backends/kde4be/kde4backend.cxx
+++ b/shell/source/backends/kde4be/kde4backend.cxx
@@ -178,6 +178,9 @@ css::uno::Any Service::getPropertyValue(OUString const & PropertyName)
enabled_
? kde4access::getValue(PropertyName)
: css::beans::Optional< css::uno::Any >());
+ } else if (PropertyName == "givenname" || PropertyName == "sn") {
+ return css::uno::makeAny(css::beans::Optional< css::uno::Any >());
+ //TODO: obtain values from KDE?
}
throw css::beans::UnknownPropertyException(
PropertyName, static_cast< cppu::OWeakObject * >(this));