Remove unused functions

Change-Id: I49ee400e665160daf02574a0962ba7bd0239091f
This commit is contained in:
Stephan Bergmann
2014-04-09 14:15:04 +02:00
parent b43e03cdd8
commit 3fd2c49080

View File

@@ -30,9 +30,6 @@
namespace accessibility namespace accessibility
{ {
::sal_Int32 getSelectionType(::sal_Int32 nNewFirstPara, ::sal_Int32 nNewFirstPos, ::sal_Int32 nNewLastPara, ::sal_Int32 nNewLastPos);
void sendEvent(::sal_Int32 start, ::sal_Int32 end, ::sal_Int16 nEventId);
void SfxListenerGuard::startListening(::SfxBroadcaster & rNotifier) void SfxListenerGuard::startListening(::SfxBroadcaster & rNotifier)
{ {
OSL_ENSURE(m_pNotifier == 0, "called more than once"); OSL_ENSURE(m_pNotifier == 0, "called more than once");