diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-12 12:06:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-13 12:00:27 +0200 |
commit | ffa2229a8ebf3b42f6327589814063fc39db7118 (patch) | |
tree | 0f3abaaaa143a0f8b784ad0a80f64207e3e10bc2 /include/editeng | |
parent | fd4c3670dc509f3e10132106475c3dc414f91412 (diff) |
remove dead code
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/unotext.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx index 528eb5024429..9000c9c9c2b7 100644 --- a/include/editeng/unotext.hxx +++ b/include/editeng/unotext.hxx @@ -391,7 +391,6 @@ class EDITENG_DLLPUBLIC SvxUnoTextBase : public SvxUnoTextRangeBase, protected: ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > xParentText; - SvxUnoTextBase( ) throw(); SvxUnoTextBase( const SvxItemPropertySet* _pSet ) throw(); SvxUnoTextBase( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet, ::com::sun::star::uno::Reference < ::com::sun::star::text::XText > xParent ) throw(); SvxUnoTextBase( const SvxUnoTextBase& rText ) throw(); |