diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-01 22:55:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-07 16:17:51 +0000 |
commit | 6dd888e8998b94cf8a3092485c90a35fd4d05109 (patch) | |
tree | bd8688a102a4784870dbd30437f6b30c67815753 /vcl/unx | |
parent | 5d4a4f75981a9a8c199164959d3acee438d864b4 (diff) |
callcatcher: update unused code
Change-Id: Ic896ea234c3ea7bfaa94ab2441471926beae427d
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkPicker.cxx | 5 | ||||
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkPicker.hxx | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx index 2481e314c9d5..992814399bc6 100644 --- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx @@ -256,9 +256,4 @@ void SAL_CALL SalGtkPicker::implsetTitle( const rtl::OUString& aTitle ) throw( u gtk_window_set_title( GTK_WINDOW( m_pDialog ), aWindowTitle.getStr() ); } -uno::Reference< uno::XInterface > SalGtkPicker::createInstance( const rtl::OUString &rName ) -{ - return m_xContext->getServiceManager()->createInstanceWithContext( rName, m_xContext ); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.hxx b/vcl/unx/gtk/fpicker/SalGtkPicker.hxx index 64f37b6345bf..196e8e901f6b 100644 --- a/vcl/unx/gtk/fpicker/SalGtkPicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkPicker.hxx @@ -61,7 +61,6 @@ class SalGtkPicker // to instantiate own services ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext; - ::com::sun::star::uno::Reference< com::sun::star::uno::XInterface > createInstance( const rtl::OUString &rName ); rtl::OUString getResString( sal_Int32 aId ); private: |