summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxdec.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:34:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:34:29 +0000
commitfbea77d108a002d3d8a5fa503f138a67d5591160 (patch)
treec524aaccdfca2d5022236adeeb2059034882c9ac /basic/source/sbx/sbxdec.cxx
parent77a5529ec50ab6216f4376fb2533b18aec9bb4c7 (diff)
INTEGRATION: CWS mingwport03 (1.4.26); FILE MERGED
2006/11/07 11:49:18 vg 1.4.26.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 14:53:54 vg 1.4.26.1: #i53572# MinGW port
Diffstat (limited to 'basic/source/sbx/sbxdec.cxx')
-rw-r--r--basic/source/sbx/sbxdec.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/sbx/sbxdec.cxx b/basic/source/sbx/sbxdec.cxx
index d983a13c1e..6327d2c2eb 100644
--- a/basic/source/sbx/sbxdec.cxx
+++ b/basic/source/sbx/sbxdec.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxdec.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 10:09:42 $
+ * last change: $Author: vg $ $Date: 2007-03-26 14:34:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -432,7 +432,7 @@ bool SbxDecimal::getString( String& rString )
i++;
}
}
- rString = aBStr;
+ rString = reinterpret_cast<const sal_Unicode*>(aBStr);
}
SysFreeString( aBStr );