summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unoedhlp.cxx
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-18 14:19:49 +0800
committerMichael Meeks <michael.meeks@suse.com>2012-02-18 09:34:48 +0000
commit78e9ba6febb7402d4661fbf7934a2526efc8629a (patch)
treefb409d64f0006c998c75d26dba37192dbc76e093 /editeng/source/uno/unoedhlp.cxx
parentab2f830bbbb2a8ae2afad13b2a98df553e7196cc (diff)
Remove unused code
Diffstat (limited to 'editeng/source/uno/unoedhlp.cxx')
-rw-r--r--editeng/source/uno/unoedhlp.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/editeng/source/uno/unoedhlp.cxx b/editeng/source/uno/unoedhlp.cxx
index 57d50f034477..fb1b03322350 100644
--- a/editeng/source/uno/unoedhlp.cxx
+++ b/editeng/source/uno/unoedhlp.cxx
@@ -63,21 +63,6 @@ sal_uLong SvxEditSourceHint::GetEndValue() const
return mnEnd;
}
-void SvxEditSourceHint::SetValue( sal_uLong n )
-{
- TextHint::SetValue( n );
-}
-
-void SvxEditSourceHint::SetStartValue( sal_uLong n )
-{
- mnStart = n;
-}
-
-void SvxEditSourceHint::SetEndValue( sal_uLong n )
-{
- mnEnd = n;
-}
-
//------------------------------------------------------------------------
::std::auto_ptr<SfxHint> SvxEditSourceHelper::EENotification2Hint( EENotify* aNotify )