summaryrefslogtreecommitdiff
path: root/shell/source/backends/kdebe/kdeaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/kdebe/kdeaccess.hxx')
-rw-r--r--shell/source/backends/kdebe/kdeaccess.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/source/backends/kdebe/kdeaccess.hxx b/shell/source/backends/kdebe/kdeaccess.hxx
index cb916a44d61b..5e61f5a224e0 100644
--- a/shell/source/backends/kdebe/kdeaccess.hxx
+++ b/shell/source/backends/kdebe/kdeaccess.hxx
@@ -32,6 +32,8 @@
#include "sal/config.h"
+#include "com/sun/star/beans/Optional.hpp"
+
namespace com { namespace sun { namespace star { namespace uno {
class Any;
} } } }
@@ -39,7 +41,8 @@ namespace rtl { class OUString; }
namespace kdeaccess {
-com::sun::star::uno::Any getValue(rtl::OUString const & id);
+com::sun::star::beans::Optional< com::sun::star::uno::Any > getValue(
+ rtl::OUString const & id);
}