summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/foptmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dbgui/foptmgr.cxx')
-rw-r--r--sc/source/ui/dbgui/foptmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/foptmgr.cxx b/sc/source/ui/dbgui/foptmgr.cxx
index 82a9e02117a3..bdf57025a2d6 100644
--- a/sc/source/ui/dbgui/foptmgr.cxx
+++ b/sc/source/ui/dbgui/foptmgr.cxx
@@ -161,7 +161,7 @@ void ScFilterOptionsMgr::Init()
if ( !theDbName.startsWith(STR_DB_LOCAL_NONAME) )
{
- theDbArea.appendAscii(RTL_CONSTASCII_STRINGPARAM(" ("));
+ theDbArea.append(" (");
theDbArea.append(theDbName).append(')');
pFtDbArea->SetText( theDbArea.makeStringAndClear() );
}