[Libreoffice-commits] core.git: extensions/source
Stephan Bergmann
sbergman at redhat.com
Wed Jun 11 08:50:43 PDT 2014
extensions/source/scanner/sanedlg.cxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 58d6e4fdc5db08c14e0c11ae50af53579cf0d963
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jun 11 17:50:13 2014 +0200
loplugin:unreffun
Change-Id: Iffc5a864954e106e1b20a86c8caddf4257ff139e
diff --git a/extensions/source/scanner/sanedlg.cxx b/extensions/source/scanner/sanedlg.cxx
index dfc2324..ebae9fe 100644
--- a/extensions/source/scanner/sanedlg.cxx
+++ b/extensions/source/scanner/sanedlg.cxx
@@ -30,12 +30,6 @@
#include <rtl/strbuf.hxx>
#include <boost/scoped_array.hpp>
-ResId SaneResId( sal_uInt32 nID )
-{
- static ResMgr* pResMgr = ResMgr::CreateResMgr( "scn" );
- return ResId( nID, *pResMgr );
-}
-
#define PREVIEW_WIDTH 113
#define PREVIEW_HEIGHT 160
More information about the Libreoffice-commits
mailing list