summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:14:40 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:14:40 +0000
commit89496721d38ef6f084a3900a4b2f9bf52a30feea (patch)
tree46375a5a7bcb8bb9a061b705bdc71a1e50a9e45c /tools/source
parent1e4a97b249a7958f84282077e033f65176ddab28 (diff)
INTEGRATION: CWS visibility03 (1.5.8); FILE MERGED
2005/03/02 13:29:02 mhu 1.5.8.1: #i40092# Removed rtl:O(U)String ctors, removing circular dependency to module sal.
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/string/strucvt.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/tools/source/string/strucvt.cxx b/tools/source/string/strucvt.cxx
index 31b01189aafd..85b1a7340fd9 100644
--- a/tools/source/string/strucvt.cxx
+++ b/tools/source/string/strucvt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: strucvt.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2005-01-03 17:09:12 $
+ * last change: $Author: obo $ $Date: 2005-04-13 12:14:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,14 +160,6 @@ UniString::UniString( const rtl::OUString& rStr )
// -----------------------------------------------------------------------
-rtl::OUString::OUString( const UniString& rStr )
-{
- pData = (rtl_uString*)rStr.mpData;
- rtl_uString_acquire( pData );
-}
-
-// -----------------------------------------------------------------------
-
UniString& UniString::Assign( const rtl::OUString& rStr )
{
DBG_CHKTHIS( UniString, DbgCheckUniString );