summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterTextView.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-09 10:09:42 +0200
committerNoel Grandin <noel@peralex.com>2014-06-09 10:10:13 +0200
commit184a00b96235f6432294ded63ce4a4a318effdb5 (patch)
treee4ae0e00cb168fa43d280cfb51a50515258b5320 /sdext/source/presenter/PresenterTextView.cxx
parent534015ad4fd08823b4393dab1ad5d42dedd7bf62 (diff)
loplugin: inlinesimplememberfunctions
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
Diffstat (limited to 'sdext/source/presenter/PresenterTextView.cxx')
-rw-r--r--sdext/source/presenter/PresenterTextView.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sdext/source/presenter/PresenterTextView.cxx b/sdext/source/presenter/PresenterTextView.cxx
index 8073190a39d3..7a6ab95fe78f 100644
--- a/sdext/source/presenter/PresenterTextView.cxx
+++ b/sdext/source/presenter/PresenterTextView.cxx
@@ -1133,15 +1133,7 @@ void PresenterTextCaret::HideCaret (void)
mnCharacterIndex = -1;
}
-sal_Int32 PresenterTextCaret::GetParagraphIndex (void) const
-{
- return mnParagraphIndex;
-}
-sal_Int32 PresenterTextCaret::GetCharacterIndex (void) const
-{
- return mnCharacterIndex;
-}
void PresenterTextCaret::SetPosition (
const sal_Int32 nParagraphIndex,
@@ -1176,10 +1168,6 @@ void PresenterTextCaret::SetPosition (
}
}
-bool PresenterTextCaret::IsVisible (void) const
-{
- return mbIsCaretVisible;
-}
void PresenterTextCaret::SetCaretMotionBroadcaster (
const ::boost::function<void(sal_Int32,sal_Int32,sal_Int32,sal_Int32)>& rBroadcaster)