diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-07 17:31:32 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-07 17:31:32 +0100 |
commit | ab72202f53d6d05f3656e65e568078da5b3b7525 (patch) | |
tree | c904d08e9dbf5385c42897e7c8a7b110ffdbd9e7 /editeng/inc | |
parent | 7aff5812cbcc63044a20d263c07849334e51a60b (diff) | |
parent | 9310807dd3af0d878d0989dbab48ea10cb71780d (diff) |
CWS-TOOLING: integrate CWS os146
Diffstat (limited to 'editeng/inc')
-rwxr-xr-x[-rw-r--r--] | editeng/inc/editeng/svxacorr.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/inc/editeng/svxacorr.hxx b/editeng/inc/editeng/svxacorr.hxx index f355a669a304..73dc7664562e 100644..100755 --- a/editeng/inc/editeng/svxacorr.hxx +++ b/editeng/inc/editeng/svxacorr.hxx @@ -79,6 +79,7 @@ public: virtual sal_Bool Delete( xub_StrLen nStt, xub_StrLen nEnd ) = 0; virtual sal_Bool Insert( xub_StrLen nPos, const String& rTxt ) = 0; virtual sal_Bool Replace( xub_StrLen nPos, const String& rTxt ) = 0; + virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt ) = 0; virtual sal_Bool SetAttr( xub_StrLen nStt, xub_StrLen nEnd, sal_uInt16 nSlotId, SfxPoolItem& ) = 0; |