summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-08 18:09:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-10 09:28:16 +0000
commitd0b590fe19b45e2248adff22c6fe61a4049a7db8 (patch)
tree36ff9d9f0a7799595062d70c262395abea2400c5 /sfx2
parent993dae8a904b07b6db2b8854feae353f42836c5a (diff)
callcatcher: remove unused rtf filter and associated methods
update and remove newly unused code, mostly original rtf filter Change-Id: I2dd302851ee6fad62d79fbc81cb8a61a861396db
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/docvor.hxx2
-rw-r--r--sfx2/source/doc/docvor.cxx2
2 files changed, 2 insertions, 2 deletions
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,