summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-23 11:22:54 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-23 11:25:43 +0300
commit0c2dc8ed105413fb45d4744697cfb57f9bd9e4b0 (patch)
treec8c5e00c80c0f839d107898d8e47cc22cd64c372 /connectivity
parent92aab82bbb0f3089a9d7cd4911c8a7318f4f30d2 (diff)
RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effect
Change-Id: I9004ec2229cd31fb899b23c8ce59f5fd49ac03a2
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/dbtools2.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/commontools/dbtools2.cxx b/connectivity/source/commontools/dbtools2.cxx
index 187812f1914b..318f5727494d 100644
--- a/connectivity/source/commontools/dbtools2.cxx
+++ b/connectivity/source/commontools/dbtools2.cxx
@@ -917,8 +917,7 @@ sal_Int32 DBTypeConversion::convertUnicodeString( const OUString& _rSource, OStr
_eEncoding,
RTL_UNICODETOTEXT_FLAGS_UNDEFINED_ERROR |
RTL_UNICODETOTEXT_FLAGS_UNDEFINED_REPLACE |
- RTL_UNICODETOTEXT_FLAGS_PRIVATE_MAPTO0 |
- RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE )
+ RTL_UNICODETOTEXT_FLAGS_PRIVATE_MAPTO0 )
)
{
SharedResources aResources;