summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/officeresourcebundle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/officeresourcebundle.cxx')
-rw-r--r--comphelper/source/misc/officeresourcebundle.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/comphelper/source/misc/officeresourcebundle.cxx b/comphelper/source/misc/officeresourcebundle.cxx
index 16193185de5d..db51b134cef1 100644
--- a/comphelper/source/misc/officeresourcebundle.cxx
+++ b/comphelper/source/misc/officeresourcebundle.cxx
@@ -202,14 +202,6 @@ namespace comphelper
//= OfficeResourceBundle
//====================================================================
//--------------------------------------------------------------------
- OfficeResourceBundle::OfficeResourceBundle( const Reference< XComponentContext >& _context, const ::rtl::OUString& _bundleBaseName )
- :m_pImpl( new ResourceBundle_Impl( _context, _bundleBaseName ) )
- {
- if ( !_context.is() )
- throw NullPointerException();
- }
-
- //--------------------------------------------------------------------
OfficeResourceBundle::OfficeResourceBundle( const Reference< XComponentContext >& _context, const sal_Char* _bundleBaseAsciiName )
:m_pImpl( new ResourceBundle_Impl( _context, ::rtl::OUString::createFromAscii( _bundleBaseAsciiName ) ) )
{