From d0b590fe19b45e2248adff22c6fe61a4049a7db8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 8 Dec 2012 18:09:45 +0000 Subject: callcatcher: remove unused rtf filter and associated methods update and remove newly unused code, mostly original rtf filter Change-Id: I2dd302851ee6fad62d79fbc81cb8a61a861396db --- sfx2/inc/docvor.hxx | 2 +- sfx2/source/doc/docvor.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/inc/docvor.hxx b/sfx2/inc/docvor.hxx index 6a2a001b991c..7d29a1456fc1 100644 --- a/sfx2/inc/docvor.hxx +++ b/sfx2/inc/docvor.hxx @@ -115,7 +115,7 @@ private: SvTreeListEntry* pParent, SvTreeListEntry* pEntry = 0 ) const; sal_uInt16 GetLevelCount_Impl( SvTreeListEntry* pParent ) const; - SvTreeListEntry* InsertEntryByBmpType( const XubString& rText, BMPTYPE eBmpType, + SvTreeListEntry* InsertEntryByBmpType( const OUString& rText, BMPTYPE eBmpType, SvTreeListEntry* pParent = NULL, sal_Bool bChildrenOnDemand = sal_False, sal_uIntPtr nPos = LIST_APPEND, void* pUserData = NULL ); }; diff --git a/sfx2/source/doc/docvor.cxx b/sfx2/source/doc/docvor.cxx index f086469c9d2c..18da27288722 100644 --- a/sfx2/source/doc/docvor.cxx +++ b/sfx2/source/doc/docvor.cxx @@ -1261,7 +1261,7 @@ sal_uInt16 SfxOrganizeListBox_Impl::GetLevelCount_Impl(SvTreeListEntry* pParent) //------------------------------------------------------------------------- SvTreeListEntry* SfxOrganizeListBox_Impl::InsertEntryByBmpType( - const XubString& rText, + const OUString& rText, BMPTYPE eBmpType, SvTreeListEntry* pParent, sal_Bool bChildrenOnDemand, -- cgit