sfx2/source/dialog/styfitem.cxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 0e005d4354ba7e9819a350177873b3b7dfcead53
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Oct 13 11:20:57 2016 +0200

    loplugin:unreffun
    
    Change-Id: I5f19ba3aa94bbe6b69026273208d6b53dd846211

diff --git a/sfx2/source/dialog/styfitem.cxx b/sfx2/source/dialog/styfitem.cxx
index fb9ad08..5ae6a03 100644
--- a/sfx2/source/dialog/styfitem.cxx
+++ b/sfx2/source/dialog/styfitem.cxx
@@ -126,13 +126,6 @@ namespace
         {
         }
 
-        OLocalResourceAccess(const ResId& _rId, RESOURCE_TYPE _rType)
-            :Resource(_rId.SetRT(_rType).SetAutoRelease(false))
-            ,m_pManager(_rId.GetResMgr())
-        {
-            OSL_ENSURE( m_pManager != nullptr, 
"OLocalResourceAccess::OLocalResourceAccess: invalid resource manager!" );
-        }
-
         ~OLocalResourceAccess()
         {
             if ( m_pManager )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to