summaryrefslogtreecommitdiff
path: root/sw/inc/dlelstnr.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-16 12:22:38 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-16 12:22:38 +0000
commitb3655e1d96775f37e6b9221e4bcb9d79b0cac5c6 (patch)
treed9db825502ead5cc231eb401fafe5e92557b1842 /sw/inc/dlelstnr.hxx
parentfc40e70f28b0387c3bdebd4832018ac0843f022a (diff)
INTEGRATION: CWS tl55 (1.6.50); FILE MERGED
2008/06/29 11:33:00 tl 1.6.50.1: #i85999# grammar checking framework
Diffstat (limited to 'sw/inc/dlelstnr.hxx')
-rw-r--r--sw/inc/dlelstnr.hxx29
1 files changed, 11 insertions, 18 deletions
diff --git a/sw/inc/dlelstnr.hxx b/sw/inc/dlelstnr.hxx
index d13997ba1147..da84ab31d7c6 100644
--- a/sw/inc/dlelstnr.hxx
+++ b/sw/inc/dlelstnr.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dlelstnr.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -43,6 +43,7 @@ namespace com { namespace sun { namespace star {
namespace linguistic2 {
class XDictionaryList;
class XLinguServiceManager;
+ class XGrammarCheckingIterator;
}
namespace frame {
class XTerminateListener;
@@ -64,9 +65,11 @@ class SwLinguServiceEventListener :
>
{
com::sun::star::uno::Reference<
- com::sun::star::frame::XDesktop > xDesktop;
+ com::sun::star::frame::XDesktop > xDesktop;
com::sun::star::uno::Reference<
- com::sun::star::linguistic2::XLinguServiceManager > xLngSvcMgr;
+ com::sun::star::linguistic2::XLinguServiceManager > xLngSvcMgr;
+ com::sun::star::uno::Reference<
+ com::sun::star::linguistic2::XGrammarCheckingIterator > xGCIterator;
// disallow use of copy-constructor and assignment operator
SwLinguServiceEventListener(const SwLinguServiceEventListener &);
@@ -77,27 +80,17 @@ public:
virtual ~SwLinguServiceEventListener();
// XEventListener
- virtual void SAL_CALL disposing(
- const ::com::sun::star::lang::EventObject& rEventObj )
- throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& rEventObj ) throw(::com::sun::star::uno::RuntimeException);
// XDictionaryListEventListener
- virtual void SAL_CALL processDictionaryListEvent(
- const ::com::sun::star::linguistic2::DictionaryListEvent& rDicListEvent)
- throw( ::com::sun::star::uno::RuntimeException );
+ virtual void SAL_CALL processDictionaryListEvent( const ::com::sun::star::linguistic2::DictionaryListEvent& rDicListEvent) throw( ::com::sun::star::uno::RuntimeException );
// XLinguServiceEventListener
- virtual void SAL_CALL processLinguServiceEvent(
- const ::com::sun::star::linguistic2::LinguServiceEvent& rLngSvcEvent )
- throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL processLinguServiceEvent( const ::com::sun::star::linguistic2::LinguServiceEvent& rLngSvcEvent ) throw(::com::sun::star::uno::RuntimeException);
// XTerminateListener
- virtual void SAL_CALL queryTermination(
- const ::com::sun::star::lang::EventObject& rEventObj )
- throw(::com::sun::star::frame::TerminationVetoException, ::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL notifyTermination(
- const ::com::sun::star::lang::EventObject& rEventObj )
- throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& rEventObj ) throw(::com::sun::star::frame::TerminationVetoException, ::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& rEventObj ) throw(::com::sun::star::uno::RuntimeException);
};