From 2b995c1bb642c9891a9c2224adab938b67ca8674 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 16 Feb 2005 17:12:12 +0000 Subject: INTEGRATION: CWS dr33 (1.1.1.1.790); FILE MERGED 2005/02/04 15:52:41 dr 1.1.1.1.790.1: #i36782# remove non-ASCII chars from source code --- sc/workben/test.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sc/workben') diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx index 9ea362fe0507..3cff7c949ed2 100644 --- a/sc/workben/test.cxx +++ b/sc/workben/test.cxx @@ -2,9 +2,9 @@ * * $RCSfile: test.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:17 $ + * last change: $Author: vg $ $Date: 2005-02-16 18:12:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -387,7 +387,7 @@ void lcl_SetText( const XTextRef& xText ) xCursor->gotoEnd(FALSE); xControl->insertControlCharacter( TEXTCONTROLCHAR_PARAGRAPH_BREAK ); xPos->collapseToEnd(); - xPos->setText(L"sülz"); // zweiter Absatz + xPos->setText(L"s\xFClz"); // zweiter Absatz xCursor->gotoStart(FALSE); xPara->gotoEndOfParagraph(FALSE); @@ -1504,7 +1504,7 @@ void lcl_PageStyle( FixedText& aTimeText ) // 28 String aVal = OUStringToString(xText->getText(), CHARSET_SYSTEM); aTimeText.SetText(aVal); -// xText->setText(L"Bla fasel sülz"); +// xText->setText(L"Bla fasel s\xFClz"); lcl_SetText(xText); xProp->setPropertyValue(L"RightPageHeaderContent", aAny); -- cgit