summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/filtermanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/filtermanager.cxx')
-rw-r--r--connectivity/source/commontools/filtermanager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/commontools/filtermanager.cxx b/connectivity/source/commontools/filtermanager.cxx
index 7d074dffd70c..e8a4a2ddd4a4 100644
--- a/connectivity/source/commontools/filtermanager.cxx
+++ b/connectivity/source/commontools/filtermanager.cxx
@@ -111,8 +111,8 @@ namespace dbtools
{
if ( !io_appendTo.isEmpty() )
{
- io_appendTo.insert( 0, sal_Unicode( '(' ) );
- io_appendTo.insert( 1, sal_Unicode( ' ' ) );
+ io_appendTo.insert( 0, '(' );
+ io_appendTo.insert( 1, ' ' );
io_appendTo.appendAscii( " ) AND " );
}