diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-21 09:26:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-21 09:30:20 +0000 |
commit | c1c3ef64bca25183979f666aef51ab2854d628d8 (patch) | |
tree | 03a9e9518dcb9bb80833e79400b98dcbc80bfad3 /sdext/source/presenter/PresenterTextView.hxx | |
parent | 725f7d0171985ff858af2436c553b4906bd060f6 (diff) |
callcatcher: remove some unused code
Diffstat (limited to 'sdext/source/presenter/PresenterTextView.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterTextView.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterTextView.hxx b/sdext/source/presenter/PresenterTextView.hxx index 062a24721466..32c54caa373e 100644 --- a/sdext/source/presenter/PresenterTextView.hxx +++ b/sdext/source/presenter/PresenterTextView.hxx @@ -108,12 +108,6 @@ public: const cssu::Reference<css::i18n::XScriptTypeDetector>& rxScriptTypeDetector, const cssu::Reference<css::text::XTextRange>& rxTextRange, const SharedPresenterTextCaret& rpCaret); - PresenterTextParagraph ( - const sal_Int32 nParagraphIndex, - const cssu::Reference<css::i18n::XBreakIterator>& rxBreakIterator, - const cssu::Reference<css::i18n::XScriptTypeDetector>& rxScriptTypeDetector, - const ::rtl::OUString& rsText, - const SharedPresenterTextCaret& rpCaret); void Paint ( const cssu::Reference<css::rendering::XCanvas>& rxCanvas, |