From fb5018b3374750729ac63f06f502d7bfc755ce4a Mon Sep 17 00:00:00 2001
From: npcdoom <venccsralph@gmail.com>
Date: Wed, 2 Mar 2011 13:10:41 -0430
Subject: [PATCH 2/2] Remove unused function.

---
 sw/source/ui/shells/textsh2.cxx |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/sw/source/ui/shells/textsh2.cxx b/sw/source/ui/shells/textsh2.cxx
index 4a7feea..fb26410 100644
--- a/sw/source/ui/shells/textsh2.cxx
+++ b/sw/source/ui/shells/textsh2.cxx
@@ -97,11 +97,6 @@ struct DBTextStruct_Impl
     Reference<XConnection>	xConnection;
 };
 
-inline void AddSelList( List& rLst, long nRow )
-{
-    rLst.Insert( (void*)nRow , LIST_APPEND );
-}
-
 void SwTextShell::ExecDB(SfxRequest &rReq)
 {
     const SfxItemSet *pArgs = rReq.GetArgs();
-- 
1.7.3.4

