summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-12 12:06:29 +0200
committerNoel Grandin <noel@peralex.com>2014-05-13 12:00:27 +0200
commitffa2229a8ebf3b42f6327589814063fc39db7118 (patch)
tree0f3abaaaa143a0f8b784ad0a80f64207e3e10bc2 /editeng
parentfd4c3670dc509f3e10132106475c3dc414f91412 (diff)
remove dead code
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/uno/unotext.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx
index e2c4b7a7cccb..c4122721aa8b 100644
--- a/editeng/source/uno/unotext.cxx
+++ b/editeng/source/uno/unotext.cxx
@@ -1658,12 +1658,6 @@ OUString SAL_CALL SvxUnoTextRange::getImplementationName()
// class SvxUnoText
-SvxUnoTextBase::SvxUnoTextBase() throw()
-: SvxUnoTextRangeBase( NULL )
-{
-
-}
-
SvxUnoTextBase::SvxUnoTextBase( const SvxItemPropertySet* _pSet ) throw()
: SvxUnoTextRangeBase( _pSet )
{