summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-03-10 22:27:12 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-03-11 01:51:12 +0100
commit7ba32a63cf6064b5ad6e27c95ea3d9fa01ef19b1 (patch)
tree0b9f8cf59713b7c02ea39ae836b642b38c0635dd /include
parentcefef4b2e59de45d51504a69ae23c803b0dd9590 (diff)
xmloff: convert replacement image loading to use "Graphic" prop.
With this change ResolveGraphicObjectURLFromBase64 and ResolveGraphicObjectURL became unused and are also removed with this commit. Change-Id: I45428a4e47f0e8800f18c1fdba007293dfcb53f4 Reviewed-on: https://gerrit.libreoffice.org/51043 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmlimp.hxx5
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,