jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit b97c5480e9bb6372cd21d1b168a0d9973f91ee0c
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Jun 27 22:16:35 2014 +0200

    Unused declaration
    
    (which loplugin:unreffun did not catch, as it was referenced by a
    friend declaration in vendorbase.hxx)
    
    Change-Id: I8a1afd4699b56425b580c1e63557342ee7ec1cb2

diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx 
b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
index 9fc8e83..3288c2f 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
@@ -30,16 +30,6 @@ using namespace osl;
 
 namespace jfw_plugin
 {
-rtl::Reference<VendorBase> createInstance(createInstance_func pFunc,
-                                          vector<pair<OUString, OUString> > 
properties);
-
-
-
-
-
-
-
-
 
 MalformedVersionException::MalformedVersionException()
 {}
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to