diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2010-11-15 11:59:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-15 11:59:57 +0000 |
commit | d67e79934fa19cd667c2455e5e95dd48df511179 (patch) | |
tree | fad02748be4007f72432d57a8a40e2ae9f64d49c /sw/inc/unomod.hxx | |
parent | 54d8e263fe5f44f408038d23997039f19c90e09c (diff) |
Comment translations, bogus comments, commented code removed from SW includes
Diffstat (limited to 'sw/inc/unomod.hxx')
-rw-r--r-- | sw/inc/unomod.hxx | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sw/inc/unomod.hxx b/sw/inc/unomod.hxx index fade17c38db4..983e16908086 100644 --- a/sw/inc/unomod.hxx +++ b/sw/inc/unomod.hxx @@ -174,32 +174,6 @@ public: void Invalidate() {bObjectValid = sal_False;} }; -/*class SwXTerminateListener : public ::com::sun::star::frame::XTerminateListener, - public UsrObject -{ -public: - SwXTerminateListener(); - virtual ~SwXTerminateListener(); - - SMART_UNO_DECLARATION( SwXTerminateListener, UsrObject ); - - virtual UString getClassName(); -// automatisch auskommentiert - [getIdlClass or queryInterface] - Bitte XTypeProvider benutzen! -// virtual ::com::sun::star::uno::XInterface * queryInterface( ::com::sun::star::uno::Uik aUik); - -// automatisch auskommentiert - [getIdlClass or queryInterface] - Bitte XTypeProvider benutzen! -// virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XIdlClass > > getIdlClasses(void); - - - //XTerminateListener - virtual void queryTermination(const ::com::sun::star::lang::EventObject& aEvent); - virtual void notifyTermination(const ::com::sun::star::lang::EventObject& aEvent); - - //XEventListener - virtual void disposing(const ::com::sun::star::lang::EventObject& Source); -}; - -*/ #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |