sw/source/core/graphic/ndgrf.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit ad203021338f6def37f2f9faae36808ffd7fb4e4 Author: Zolnai Tamás <tamas.zol...@collabora.com> Date: Sat Nov 1 01:22:11 2014 +0100
This else was left out. Change-Id: Ia9c07a58339ea4bdbee86f2d562e14edf6156d06 diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx index bb7a9081..9973837 100644 --- a/sw/source/core/graphic/ndgrf.cxx +++ b/sw/source/core/graphic/ndgrf.cxx @@ -625,6 +625,7 @@ bool SwGrfNode::SwapOut() // written graphics and links are removed here return maGrfObj.SwapOut( GRFMGR_AUTOSWAPSTREAM_LINK ); } + else { return maGrfObj.SwapOut(); }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits