summaryrefslogtreecommitdiff
path: root/sw/inc/dlelstnr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-12-15 12:01:46 +0000
committerRüdiger Timm <rt@openoffice.org>2008-12-15 12:01:46 +0000
commit3e3396189e2acd863096376ad39e8a59aff47e7e (patch)
tree2c2f7cfc3442020ed55ba6a0bc3cbd521aadb508 /sw/inc/dlelstnr.hxx
parentd6b3e99927528cd5ad313b36835abd287996519e (diff)
CWS-TOOLING: integrate CWS tl56_DEV300
Diffstat (limited to 'sw/inc/dlelstnr.hxx')
-rw-r--r--sw/inc/dlelstnr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/dlelstnr.hxx b/sw/inc/dlelstnr.hxx
index da84ab31d7c6..0fa2063e1d72 100644
--- a/sw/inc/dlelstnr.hxx
+++ b/sw/inc/dlelstnr.hxx
@@ -43,7 +43,7 @@ namespace com { namespace sun { namespace star {
namespace linguistic2 {
class XDictionaryList;
class XLinguServiceManager;
- class XGrammarCheckingIterator;
+ class XProofreadingIterator;
}
namespace frame {
class XTerminateListener;
@@ -69,7 +69,7 @@ class SwLinguServiceEventListener :
com::sun::star::uno::Reference<
com::sun::star::linguistic2::XLinguServiceManager > xLngSvcMgr;
com::sun::star::uno::Reference<
- com::sun::star::linguistic2::XGrammarCheckingIterator > xGCIterator;
+ com::sun::star::linguistic2::XProofreadingIterator > xGCIterator;
// disallow use of copy-constructor and assignment operator
SwLinguServiceEventListener(const SwLinguServiceEventListener &);