[Libreoffice-commits] core.git: sw/source

Michael Meeks michael.meeks at collabora.com
Wed Nov 25 08:42:38 PST 2015


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

New commits:
commit 40e597bcab4d2e9ffaac429d7ffb0a80fd75bb26
Author: Michael Meeks <michael.meeks at collabora.com>
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()


More information about the Libreoffice-commits mailing list