summaryrefslogtreecommitdiff
path: root/sw/inc/swtypes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-14 15:54:42 +0200
committerNoel Grandin <noel@peralex.com>2013-05-15 08:25:38 +0200
commit3e563377333881efa60aaa93d2feeaf647cf19ff (patch)
tree4e3260d11424a9b36ea11fdd56c0be02c27fc452 /sw/inc/swtypes.hxx
parent6f2a33332d401ef5d9f08dd9c079383283cd8910 (diff)
fdo#46808, More LinguProperties fun
Change-Id: Ia3173e980370f532fcabc8f1c7a913e5d66d6d8a
Diffstat (limited to 'sw/inc/swtypes.hxx')
-rw-r--r--sw/inc/swtypes.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx
index 4b41e45bfc44..98c156761e89 100644
--- a/sw/inc/swtypes.hxx
+++ b/sw/inc/swtypes.hxx
@@ -30,6 +30,7 @@
namespace com { namespace sun { namespace star {
namespace linguistic2{
class XDictionaryList;
+ class XLinguProperties;
class XSpellChecker1;
class XHyphenator;
class XThesaurus;
@@ -161,7 +162,7 @@ extern ResMgr* pSwResMgr; // Is in swapp0.cxx.
::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XThesaurus > GetThesaurus();
::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet > GetLinguPropertySet();
+ ::com::sun::star::linguistic2::XLinguProperties > GetLinguPropertySet();
// Returns the twip size of this graphic.
SW_DLLPUBLIC Size GetGraphicSizeTwip( const Graphic&, OutputDevice* pOutDev );