[Libreoffice-commits] core.git: svtools/source
Caolán McNamara
caolanm at redhat.com
Fri Apr 28 20:23:44 UTC 2017
svtools/source/misc/embedhlp.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b616f7eeb67cd1833d2b86f6ef4a76c4e8f1ceb2
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Apr 28 17:03:12 2017 +0100
bNeedUpdate is set to false twice
Change-Id: I10348d36828008ebddc3b923e2e9d252d0394fa6
Reviewed-on: https://gerrit.libreoffice.org/37079
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx
index 9900317a05b1..fbebecfdf027 100644
--- a/svtools/source/misc/embedhlp.cxx
+++ b/svtools/source/misc/embedhlp.cxx
@@ -356,7 +356,6 @@ void EmbeddedObjectRef::Clear()
}
mpImpl->mxObj = nullptr;
- mpImpl->bNeedUpdate = false;
}
mpImpl->pContainer = nullptr;
More information about the Libreoffice-commits
mailing list