diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-12-10 21:58:17 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-12-10 21:58:17 +0100 |
commit | 6d82dbeddb991307a987b9f8087d78b702f6c7c0 (patch) | |
tree | 4c0a3b56f376a7449acc72e8768043fcbb971415 /svx/inc | |
parent | e253f0cf0ddfed47d1e64fd7b7304f48d0a4ece0 (diff) |
#i107450#: move method CreateGraphicObjectFromURL to class GraphicObject
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/unoapi.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/inc/unoapi.hxx b/svx/inc/unoapi.hxx index f6b328a229ab..28df48afa2c2 100644 --- a/svx/inc/unoapi.hxx +++ b/svx/inc/unoapi.hxx @@ -63,9 +63,6 @@ SVX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDraw /** returns the SdrPage from the given StarOffice API wrapper */ SVX_DLLPUBLIC SdrPage* GetSdrPageFromXDrawPage( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > xDrawPage ) throw() ; -/** returns a GraphicObject for this URL */ -SVX_DLLPUBLIC GraphicObject CreateGraphicObjectFromURL( const ::rtl::OUString &rURL ) throw() ; - /** returns the SvxNumBulletItem with the given name from the pool or a null if there is no item with that name */ |