summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/unoatxt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/unoatxt.hxx')
-rw-r--r--sw/source/ui/inc/unoatxt.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/inc/unoatxt.hxx b/sw/source/ui/inc/unoatxt.hxx
index b0a27da7afad..3a27de5d55e7 100644
--- a/sw/source/ui/inc/unoatxt.hxx
+++ b/sw/source/ui/inc/unoatxt.hxx
@@ -110,7 +110,6 @@ protected:
public:
SwXAutoTextGroup(const OUString& rName, SwGlossaries* pGloss);
-
static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId();
//XUnoTunnel
@@ -153,7 +152,6 @@ public:
virtual void SAL_CALL addVetoableChangeListener( const OUString& PropertyName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception);
- //
void Invalidate();
};
@@ -242,7 +240,6 @@ public:
const OUString& GetEntryName() {return sEntryName;}
};
-
/** Implement the XNameAccess for the AutoText events */
class SwAutoTextEventDescriptor : public SvBaseEventDescriptor
{
@@ -281,7 +278,6 @@ protected:
::com::sun::star::uno::RuntimeException);
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */