diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 18:34:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 18:34:24 +0000 |
commit | 8c1e2cfb25dbfc411c3424f6fc4fecfe2659ed78 (patch) | |
tree | d8b84c68bcf7732bb06e979d20eba7d510e5318b /sw/source/ui/uno/unoatxt.cxx | |
parent | 6c8809f760f99519a87c0d7ac11ea52ae1f9b075 (diff) |
INTEGRATION: CWS mav09 (1.27.148); FILE MERGED
2004/09/16 20:59:36 mav 1.27.148.3: RESYNC: (1.28-1.29); FILE MERGED
2004/07/08 12:14:24 mav 1.27.148.2: RESYNC: (1.27-1.28); FILE MERGED
2004/05/18 17:01:07 mba 1.27.148.1: #i27773#: remove so3
Diffstat (limited to 'sw/source/ui/uno/unoatxt.cxx')
-rw-r--r-- | sw/source/ui/uno/unoatxt.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/uno/unoatxt.cxx b/sw/source/ui/uno/unoatxt.cxx index cec109a7de3e..1aa2ff8a0191 100644 --- a/sw/source/ui/uno/unoatxt.cxx +++ b/sw/source/ui/uno/unoatxt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoatxt.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: obo $ $Date: 2004-08-11 15:44:37 $ + * last change: $Author: kz $ $Date: 2004-10-04 19:34:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -558,10 +558,10 @@ Reference< text::XAutoTextEntry > SwXAutoTextGroup::insertNewByName(const OUStr String sLongName(aTitle); if(pGlosGroup && !pGlosGroup->GetError()) { - if( pGlosGroup->IsOld() && pGlosGroup->ConvertToNew()) + /*if( pGlosGroup->IsOld() && pGlosGroup->ConvertToNew()) { throw uno::RuntimeException(); - } + } */ Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); SwXTextRange* pxRange = 0; OTextCursorHelper* pxCursor = 0; |