sw/source/core/unocore/unotbl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 40e597bcab4d2e9ffaac429d7ffb0a80fd75bb26 Author: Michael Meeks <[email protected]> Date: Wed Nov 25 16:51:03 2015 +0000 Fix thinko; thanks to mst. Change-Id: I6dde11f291b09db82f14674d69b84093989eed28 diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx index 044a514..3d8c53d 100644 --- a/sw/source/core/unocore/unotbl.cxx +++ b/sw/source/core/unocore/unotbl.cxx @@ -1434,7 +1434,7 @@ sal_Bool SwXTextTableCursor::supportsService(const OUString& rServiceName) throw void SwXTextTableCursor::acquire() throw() { - SwXTextTableCursor_Base::release(); + SwXTextTableCursor_Base::acquire(); } void SwXTextTableCursor::release() throw() _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
