diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-06 22:43:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-07 11:06:45 +0000 |
commit | bbc6d8506d0bb1035c7c6d1755a0655612b54e69 (patch) | |
tree | 724a63f8622e5a69236400b0642d0423ca9b6f93 /editeng/inc | |
parent | 04f067623f342be50c31db8aafb29f1bb8e3959f (diff) |
remove various unused methods and source files
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/unotext.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editeng/inc/editeng/unotext.hxx b/editeng/inc/editeng/unotext.hxx index 2db3bd267d0e..127771b42bb4 100644 --- a/editeng/inc/editeng/unotext.hxx +++ b/editeng/inc/editeng/unotext.hxx @@ -423,15 +423,12 @@ protected: public: SvxUnoTextBase( ) throw(); SvxUnoTextBase( const SvxItemPropertySet* _pSet ) throw(); - SvxUnoTextBase( const SvxEditSource* pSource, 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(); virtual ~SvxUnoTextBase() throw(); UNO3_GETIMPLEMENTATION_DECL( SvxUnoTextBase ) - ESelection InsertField( const SvxFieldItem& rField ) throw(); - ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextCursor > createTextCursorBySelection( const ESelection& rSel ); // ::com::sun::star::text::XSimpleText |