diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 14:15:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 14:15:04 +0200 |
commit | 3fd2c49080d2300b3bd0d4fe3ae046e7ba3f51f6 (patch) | |
tree | e31c28f5c0a88f98317e1180bb51818d134ee8f2 /accessibility | |
parent | b43e03cdd822d093eccd9bcf5c9b227cd7b6d127 (diff) |
Remove unused functions
Change-Id: I49ee400e665160daf02574a0962ba7bd0239091f
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/source/extended/textwindowaccessibility.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accessibility/source/extended/textwindowaccessibility.cxx b/accessibility/source/extended/textwindowaccessibility.cxx index fe777806ceaa..966416982827 100644 --- a/accessibility/source/extended/textwindowaccessibility.cxx +++ b/accessibility/source/extended/textwindowaccessibility.cxx @@ -30,9 +30,6 @@ 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) { OSL_ENSURE(m_pNotifier == 0, "called more than once"); |