summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-02-11 14:28:55 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-02-13 20:28:44 +0100
commit1fa153966332f57d23ee31fe97a24fd73317af9c (patch)
treeaba91e2e53b0598e37af094c40fb03a415d719a5 /include/xmloff
parent94dbc40e739267d5567257fcd88af445e07e955c (diff)
AddEmbeddedXGraphic: add parameter for requested name
Change-Id: Id5f028d3286513b468bc0637484507a34b2188a2 Reviewed-on: https://gerrit.libreoffice.org/49644 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlexp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index 203be8fdfd0f..6024d9f877ca 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -463,7 +463,7 @@ public:
OUString AddEmbeddedGraphicObject(
const OUString& rGraphicObjectURL );
- OUString AddEmbeddedXGraphic(css::uno::Reference<css::graphic::XGraphic> const & rxGraphic);
+ OUString AddEmbeddedXGraphic(css::uno::Reference<css::graphic::XGraphic> const & rxGraphic, OUString const & rRequestedName = OUString());
bool AddEmbeddedXGraphicAsBase64(css::uno::Reference<css::graphic::XGraphic> const & rxGraphic);
css::uno::Reference<css::io::XInputStream> GetEmbeddedGraphicObjectStream(