diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-27 15:13:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-27 15:42:33 +0100 |
commit | 6affa4be69aa31e27af9d50e9ab6bd740319c379 (patch) | |
tree | b7f796f04c04bda0a3039ecf486c301ba53a1913 /cui/source/dialogs/insdlg.cxx | |
parent | ec64bf60d902afbec91e6eed3dbda08e075ffc3f (diff) |
callcatcher: update list, stop hiding uncalled tests :-)
Change-Id: I9bd81a9c5e85db4512a3e4768c9b87696c91b7bc
Diffstat (limited to 'cui/source/dialogs/insdlg.cxx')
-rw-r--r-- | cui/source/dialogs/insdlg.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cui/source/dialogs/insdlg.cxx b/cui/source/dialogs/insdlg.cxx index 9b0529ec8e40..de7e610653b4 100644 --- a/cui/source/dialogs/insdlg.cxx +++ b/cui/source/dialogs/insdlg.cxx @@ -91,13 +91,6 @@ uno::Reference< io::XInputStream > InsertObjectDialog_Impl::GetIconIfIconified( return uno::Reference< io::XInputStream >(); } -InsertObjectDialog_Impl::InsertObjectDialog_Impl( Window * pParent, const ResId & rResId, const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage ) - : ModalDialog( pParent, rResId ) - , m_xStorage( xStorage ) - , aCnt( m_xStorage ) -{ -} - InsertObjectDialog_Impl::InsertObjectDialog_Impl(Window * pParent, const OString& rID, const OUString& rUIXMLDescription, const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage) |