[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sw/source
Michael Meeks
michael.meeks at collabora.com
Wed Nov 25 08:42:01 PST 2015
sw/source/core/unocore/unotbl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3eadd8b16862ef31609d4fb12dadb19bf0a744c5
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Wed Nov 25 16:50:21 2015 +0000
Fix obvious thinko; thanks to mst.
Change-Id: I591532d6a0dd07f8c621ecea3eaa4b92f2225493
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()
More information about the Libreoffice-commits
mailing list