summaryrefslogtreecommitdiff
path: root/sw/inc/ndgrf.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-13 11:20:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-14 10:45:54 +0200
commit9456d6cd5fd473a01cbebeb19b6cd284cf37e166 (patch)
treeb4bd126a968c9a6d19b3aafa30806b18bbd89016 /sw/inc/ndgrf.hxx
parentea77c31944c7ca8896e5e58f3f57d9a9cbe9b6bb (diff)
loplugin:returnconstant in SwGrfNode
Change-Id: If6e7c7750db8cdc45a2c487f1aebcf504a0e1edb Reviewed-on: https://gerrit.libreoffice.org/58958 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/ndgrf.hxx')
-rw-r--r--sw/inc/ndgrf.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx
index a5e4e0cc2969..e82061421aa6 100644
--- a/sw/inc/ndgrf.hxx
+++ b/sw/inc/ndgrf.hxx
@@ -120,8 +120,6 @@ public:
private:
/// Loading of graphic immediately before displaying.
bool SwapIn( bool bWaitForData = false );
- /// Remove graphic in order to free memory.
- bool SwapOut();
public:
bool HasEmbeddedStreamName() const { return maGrfObj.HasUserData(); }