summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpbody.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 08:30:11 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 08:30:11 +0000
commit6ad7e54f11fb10e01a16c4c8844d440fe5101700 (patch)
treec10656cc91afdfe0f78c9a4419118bf11ae9e628 /xmloff/source/draw/ximpbody.cxx
parentaa4fa99ac8e0bbe6e2b79b177a68606e66d8b84f (diff)
INTEGRATION: CWS visibility03 (1.27.38); FILE MERGED
2005/03/02 16:02:38 mhu 1.27.38.1: #i40092# Fixed string ctor (char literal) usage.
Diffstat (limited to 'xmloff/source/draw/ximpbody.cxx')
-rw-r--r--xmloff/source/draw/ximpbody.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx
index 7bdcd8dce027..326128f5f27a 100644
--- a/xmloff/source/draw/ximpbody.cxx
+++ b/xmloff/source/draw/ximpbody.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpbody.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2005-02-07 14:10:24 $
+ * last change: $Author: obo $ $Date: 2005-04-13 09:30:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -278,7 +278,7 @@ SdXMLDrawPageContext::SdXMLDrawPageContext( SdXMLImport& rImport,
OUString aBookmarkName( maHREF.copy( nIndex+1 ) );
maHREF = GetImport().GetAbsoluteReference( aFileName );
- maHREF += OUString( (sal_Unicode)'#' );
+ maHREF += String( (sal_Unicode)'#' );
maHREF += aBookmarkName;
}