sw/source/core/unocore/unotbl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3eadd8b16862ef31609d4fb12dadb19bf0a744c5
Author: Michael Meeks <michael.me...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to