diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-18 10:19:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-18 10:19:46 +0000 |
commit | 189eb66202d0bb559de8c5e99f88962af03451a8 (patch) | |
tree | f604f728f70183958823bb55bf3ec0d6f0ae68a3 /svx | |
parent | 66d8802b35ab9d9c89bf1b9c970046eb003b5aa1 (diff) |
INTEGRATION: CWS impress46 (1.50.26); FILE MERGED
2005/04/08 16:14:15 cl 1.50.26.1: #i47031# fixed merge conflict from issue 22706
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unoedit/unotext.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/unoedit/unotext.cxx b/svx/source/unoedit/unotext.cxx index 2c82d9e09bd1..3dd7142c3378 100644 --- a/svx/source/unoedit/unotext.cxx +++ b/svx/source/unoedit/unotext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unotext.cxx,v $ * - * $Revision: 1.50 $ + * $Revision: 1.51 $ * - * last change: $Author: vg $ $Date: 2005-03-23 13:22:09 $ + * last change: $Author: obo $ $Date: 2005-04-18 11:19:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2079,6 +2079,7 @@ uno::Any SAL_CALL SvxUnoTextBase::queryAggregation( const uno::Type & rType ) QUERYINT( beans::XPropertySet ); QUERYINT( beans::XMultiPropertySet ); QUERYINT( beans::XPropertyState ); + QUERYINT( text::XTextRangeCompare ); QUERYINT( lang::XServiceInfo ); QUERYINT( text::XTextRangeMover ); QUERYINT( lang::XTypeProvider ); |