summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-11-25 16:51:03 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-11-25 16:52:03 +0000
commit40e597bcab4d2e9ffaac429d7ffb0a80fd75bb26 (patch)
tree5a66a24dc79b6b1fec0a2d73bd6eedce5cf171a8
parent713850c47841036362fdff0bb24669f3fa3a79e5 (diff)
Fix thinko; thanks to mst.
Change-Id: I6dde11f291b09db82f14674d69b84093989eed28
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 044a514d84bf..3d8c53dadba4 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()