summaryrefslogtreecommitdiff
path: root/linguistic/inc/linguistic/misc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/inc/linguistic/misc.hxx')
-rw-r--r--linguistic/inc/linguistic/misc.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/linguistic/inc/linguistic/misc.hxx b/linguistic/inc/linguistic/misc.hxx
index 32637ab6c90c..3f17f045a705 100644
--- a/linguistic/inc/linguistic/misc.hxx
+++ b/linguistic/inc/linguistic/misc.hxx
@@ -46,7 +46,7 @@ namespace com { namespace sun { namespace star { namespace beans {
}}}}
namespace com { namespace sun { namespace star { namespace frame {
- class XDesktop;
+ class XDesktop2;
}}}}
class LocaleDataWrapper;
@@ -59,7 +59,6 @@ class LocaleDataWrapper;
#define SN_THESAURUS "com.sun.star.linguistic2.Thesaurus"
#define SN_LINGU_PROPERTIES "com.sun.star.linguistic2.LinguProperties"
#define SN_DICTIONARY_LIST "com.sun.star.linguistic2.DictionaryList"
-#define SN_DESKTOP "com.sun.star.frame.Desktop"
namespace linguistic
@@ -168,7 +167,7 @@ class AppExitListener :
>
{
::com::sun::star::uno::Reference<
- ::com::sun::star::frame::XDesktop > xDesktop;
+ ::com::sun::star::frame::XDesktop2 > xDesktop;
public:
AppExitListener();