[Libreoffice-commits] .: sw/source

Lubos Lunak llunak at kemper.freedesktop.org
Fri Mar 4 03:12:24 PST 2011


 sw/source/ui/shells/textsh2.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit b6c311223ab15d09d8373f2bbcc4dde1dfa0faca
Author: npcdoom <venccsralph at gmail.com>
Date:   Wed Mar 2 13:10:41 2011 -0430

    Remove unused function.
    
    Signed-off-by: Luboš Luňák <l.lunak at suse.cz>

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();


More information about the Libreoffice-commits mailing list