[Libreoffice-commits] core.git: Branch 'feature/image_rework' - sw/source
Zolnai Tamás
tamas.zolnai at collabora.com
Fri Oct 31 17:25:11 PDT 2014
sw/source/core/graphic/ndgrf.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ad203021338f6def37f2f9faae36808ffd7fb4e4
Author: Zolnai Tamás <tamas.zolnai at 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();
}
More information about the Libreoffice-commits
mailing list