diff options
author | obo <obo@openoffice.org> | 2010-06-21 13:45:10 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-21 13:45:10 +0200 |
commit | 698864de9c898d4b31899d4d76ae1fae55d53590 (patch) | |
tree | 10829a53d720e77f9674f3432b5740a461a7d0ee /sw/inc | |
parent | 8a4d1416746ffef7f1e996e19ca419bfed4b410f (diff) | |
parent | 9a87cfcb9e4ee1454b07998ff1b1740360696dd6 (diff) |
CWS-TOOLING: integrate CWS cbosdo03
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotext.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/inc/unotext.hxx b/sw/inc/unotext.hxx index ff95bf6420..31024deab4 100644 --- a/sw/inc/unotext.hxx +++ b/sw/inc/unotext.hxx @@ -31,6 +31,7 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/text/XText.hpp> +#include <com/sun/star/text/XTextCopy.hpp> #include <com/sun/star/text/XTextRangeCompare.hpp> #include <com/sun/star/text/XRelativeTextContentInsert.hpp> #include <com/sun/star/text/XRelativeTextContentRemove.hpp> @@ -62,6 +63,7 @@ class SwXText , public ::com::sun::star::lang::XUnoTunnel , public ::com::sun::star::beans::XPropertySet , public ::com::sun::star::text::XTextAppendAndConvert + , public ::com::sun::star::text::XTextCopy , public ::com::sun::star::text::XTextRangeCompare , public ::com::sun::star::text::XRelativeTextContentInsert , public ::com::sun::star::text::XRelativeTextContentRemove @@ -333,6 +335,11 @@ public: throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException); + // XTextCopy + virtual void SAL_CALL copyText( + const ::com::sun::star::uno::Reference< + ::com::sun::star::text::XTextCopy >& xSource ) + throw (::com::sun::star::uno::RuntimeException); }; #endif // SW_UNOTEXT_HXX |