summaryrefslogtreecommitdiff
path: root/sw/inc/unotextbodyhf.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-01-08 17:13:56 +0100
committerMichael Stahl <mst@openoffice.org>2010-01-08 17:13:56 +0100
commit817e682f25904005a810839d32a881df6760b8b6 (patch)
treebe62c40a3c655b5555c67587e246430e5ce30ba0 /sw/inc/unotextbodyhf.hxx
parent456e9d587f26b98929d7821b6d9e14d328c024b5 (diff)
swunolocking1: #i105557#: fix locking for SwXText:
add Impl struct, and use UnoImplPtr to lock destructor. move all implementation details out of header, into Impl struct. use new XUnoTunnel and XServiceInfo helpers. clean up the implementation a little.
Diffstat (limited to 'sw/inc/unotextbodyhf.hxx')
-rw-r--r--sw/inc/unotextbodyhf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotextbodyhf.hxx b/sw/inc/unotextbodyhf.hxx
index baab8bc15845..98656ca68c29 100644
--- a/sw/inc/unotextbodyhf.hxx
+++ b/sw/inc/unotextbodyhf.hxx
@@ -149,7 +149,7 @@ protected:
virtual const SwStartNode *GetStartNode() const;
virtual ::com::sun::star::uno::Reference<
::com::sun::star::text::XTextCursor >
- createCursor()
+ CreateCursor()
throw (::com::sun::star::uno::RuntimeException);
virtual ~SwXHeadFootText();