summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornpcdoom <venccsralph@gmail.com>2011-03-02 13:10:41 -0430
committerLuboš Luňák <l.lunak@suse.cz>2011-03-04 12:12:07 +0100
commit2942ab76f6f2afb1c5f867fe2867999c2be6cb99 (patch)
tree04848189579ec588ed0fc24353eeccaef92338e8
parentb34e35ba46531b88df8b615ac11245c7b714439c (diff)
Remove unused function.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
-rw-r--r--sw/source/ui/shells/textsh2.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/shells/textsh2.cxx b/sw/source/ui/shells/textsh2.cxx
index 4377babac3ea..c54c4a7da7fa 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();