diff options
author | Oliver Specht <os@openoffice.org> | 2001-11-15 14:48:44 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-11-15 14:48:44 +0000 |
commit | 65bd995e095460faccfc10cf5b1d97809ae7ec8a (patch) | |
tree | fe465fcdf5b723878e185d2f6e1805dce5184309 /sw/inc/unotbl.hxx | |
parent | 8c9c0ed885573e84c62e1efce34d3d505d0f7a6e (diff) |
#94705# take care for tables and sections in headers/footers/text frames
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 999cf6b281d4..033640c283c7 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unotbl.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mib $ $Date: 2001-11-01 13:58:20 $ + * last change: $Author: os $ $Date: 2001-11-15 15:48:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,7 +135,7 @@ class SwXCell : public SwXCellBaseClass, protected: virtual const SwStartNode *GetStartNode() const; - virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextCursor > createCursor(); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextCursor > createCursor()throw(::com::sun::star::uno::RuntimeException); sal_Bool IsValid(); public: SwXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, const String& rCellName, |