diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-01 09:22:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-01 09:22:57 +0200 |
commit | 43f55e39668858e110bf7f3735486bdf14025b4e (patch) | |
tree | d6c64db2f4eb2fe7b8541935bbaf5ace401fde85 /svl | |
parent | 82b517de560008673a204911b35aad4c7c297f14 (diff) |
Remove unused inline constructor
Change-Id: I1fbf53c19c55a37d4802be0828cc13bd6bba8f67
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/fsstor/fsstorage.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/svl/source/fsstor/fsstorage.cxx b/svl/source/fsstor/fsstorage.cxx index 6a138629af76..d1f2f1323af8 100644 --- a/svl/source/fsstor/fsstorage.cxx +++ b/svl/source/fsstor/fsstorage.cxx @@ -97,17 +97,6 @@ struct FSStorage_Impl uno::Reference< uno::XComponentContext > m_xContext; - FSStorage_Impl( const OUString& aURL, sal_Int32 nMode, uno::Reference< uno::XComponentContext > xContext ) - : m_aURL( aURL ) - , m_pContent( NULL ) - , m_nMode( nMode ) - , m_pListenersContainer( NULL ) - , m_pTypeCollection( NULL ) - , m_xContext( xContext ) - { - OSL_ENSURE( !m_aURL.isEmpty(), "The URL must not be empty" ); - } - FSStorage_Impl( const ::ucbhelper::Content& aContent, sal_Int32 nMode, uno::Reference< uno::XComponentContext > xContext ) : m_aURL( aContent.getURL() ) , m_pContent( new ::ucbhelper::Content( aContent ) ) |