diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-16 20:48:19 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-16 20:48:19 +0100 |
commit | aea2dbc319e1e1069d3af4bbc828eb0001cd6ece (patch) | |
tree | 8ee3f4d636082c7d4df8630b8a9169da427d20b5 /include/xmloff | |
parent | db686e8ae12e4c554e24d0c262915fb1bf45525b (diff) |
Remove now useless setTextEmbeddedGraphicURL()
Since this commit:
286e2f5c6ec829bc0987b1be7016699f7ef03e5e
it's not necessary to update the package URL.
Change-Id: I25c829e9bc0c666838baf19cd60f19938ebb430c
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/txtparae.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index 37ec27b42508..a7369eafae24 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -380,10 +380,6 @@ protected: bool bAutoStyles, const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > *pRangePropSet = 0 ); - virtual void setTextEmbeddedGraphicURL( - const ::com::sun::star::uno::Reference < - ::com::sun::star::beans::XPropertySet >& rPropSet, - OUString& rStreamName ) const; /// export a footnote and styles void exportTextFootnote( |