summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-11-16 20:48:19 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-11-16 20:48:19 +0100
commitaea2dbc319e1e1069d3af4bbc828eb0001cd6ece (patch)
tree8ee3f4d636082c7d4df8630b8a9169da427d20b5 /xmloff
parentdb686e8ae12e4c554e24d0c262915fb1bf45525b (diff)
Remove now useless setTextEmbeddedGraphicURL()
Since this commit: 286e2f5c6ec829bc0987b1be7016699f7ef03e5e it's not necessary to update the package URL. Change-Id: I25c829e9bc0c666838baf19cd60f19938ebb430c
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparae.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 07b2ab4bc7eb..4d43b3ca604b 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -3084,7 +3084,6 @@ void XMLTextParagraphExport::_exportTextGraphic(
OUString sOrigURL;
rPropSet->getPropertyValue( sGraphicURL ) >>= sOrigURL;
OUString sURL(GetExport().AddEmbeddedGraphicObject( sOrigURL ));
- setTextEmbeddedGraphicURL( rPropSet, sURL );
// If there still is no url, then then graphic is empty
if( !sURL.isEmpty() )
@@ -3205,12 +3204,6 @@ void XMLTextParagraphExport::exportTitleAndDescription(
}
}
-void XMLTextParagraphExport::setTextEmbeddedGraphicURL(
- const Reference < XPropertySet >&,
- OUString& /*rStreamName*/ ) const
-{
-}
-
bool XMLTextParagraphExport::addHyperlinkAttributes(
const Reference< XPropertySet > & rPropSet,
const Reference< XPropertyState > & rPropState,