summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-25 23:46:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-26 10:05:47 +0100
commit8cee117d98cc110ae8eded344bbdd6f5b5a30ba3 (patch)
tree9f82d5c512833f175ec11e972c8c8d43663e8f28 /editeng
parent10e0383b357e0fe1b61355c39c39b018f2957668 (diff)
callcatcher: remove unused Write methods
Diffstat (limited to 'editeng')
-rw-r--r--editeng/inc/editeng/outliner.hxx1
-rw-r--r--editeng/source/outliner/outlvw.cxx6
2 files changed, 0 insertions, 7 deletions
diff --git a/editeng/inc/editeng/outliner.hxx b/editeng/inc/editeng/outliner.hxx
index ced4ae72628a..2cd13bee71f1 100644
--- a/editeng/inc/editeng/outliner.hxx
+++ b/editeng/inc/editeng/outliner.hxx
@@ -306,7 +306,6 @@ public:
sal_Bool bWithChilds=sal_False );
sal_uLong Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_Bool bSelect = sal_False, SvKeyValueIterator* pHTTPHeaderAttrs = NULL );
- sal_uLong Write( SvStream& rOutput, EETextFormat eFormat );
void InsertText( const String& rNew, sal_Bool bSelect = sal_False );
void InsertText( const OutlinerParaObject& rParaObj );
diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx
index 9e685870037f..1bf148648f33 100644
--- a/editeng/source/outliner/outlvw.cxx
+++ b/editeng/source/outliner/outlvw.cxx
@@ -1622,12 +1622,6 @@ sal_uLong OutlinerView::Read( SvStream& rInput, const String& rBaseURL, EETextF
return nRet;
}
-sal_uLong OutlinerView::Write( SvStream& rOutput, EETextFormat eFormat )
-{
- DBG_CHKTHIS(OutlinerView,0);
- return pEditView->Write( rOutput, eFormat );
-}
-
void OutlinerView::SetBackgroundColor( const Color& rColor )
{
DBG_CHKTHIS(OutlinerView,0);