diff options
Diffstat (limited to 'include/xmloff/xmlimp.hxx')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 3249b6797ae7..926a44d08f59 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -406,10 +406,7 @@ public: // internal package URL. The later one happens only if bLoadURL is true OUString ResolveGraphicObjectURL( const OUString& rURL, bool bLoadOnDemand ); - css::uno::Reference< css::io::XOutputStream > - GetStreamForGraphicObjectURLFromBase64(); - OUString ResolveGraphicObjectURLFromBase64( - const css::uno::Reference< css::io::XOutputStream >& rOut ); + css::uno::Reference< css::io::XOutputStream > GetStreamForGraphicObjectURLFromBase64(); bool IsPackageURL( const OUString& rURL ) const; OUString ResolveEmbeddedObjectURL( const OUString& rURL, |