summaryrefslogtreecommitdiff
path: root/sw/inc/ndgrf.hxx
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 /sw/inc/ndgrf.hxx
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 'sw/inc/ndgrf.hxx')
-rw-r--r--sw/inc/ndgrf.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx
index 3eaa75a4a3af..b40da0c55d91 100644
--- a/sw/inc/ndgrf.hxx
+++ b/sw/inc/ndgrf.hxx
@@ -177,11 +177,7 @@ private:
public:
bool HasEmbeddedStreamName() const { return maGrfObj.HasUserData(); }
- /// applying new stream name for embedded graphic - needed as saving the document might change this stream name
- void ApplyNewEmbeddedStreamName(const OUString& r)
- {
- maGrfObj.SetUserData(r);
- }
+
/// Is this node selected by any shell?
bool IsSelected() const;