summaryrefslogtreecommitdiff
path: root/sw/inc/ndgrf.hxx
diff options
context:
space:
mode:
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;