summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/dbaexchange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/fmcomp/dbaexchange.cxx')
-rw-r--r--svx/source/fmcomp/dbaexchange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/dbaexchange.cxx b/svx/source/fmcomp/dbaexchange.cxx
index 92a70e40cc40..59bbbb7a95b9 100644
--- a/svx/source/fmcomp/dbaexchange.cxx
+++ b/svx/source/fmcomp/dbaexchange.cxx
@@ -170,7 +170,7 @@ namespace svx
const sal_Unicode cSeparator = sal_Unicode(11);
const OUString sSeparator(&cSeparator, 1);
- m_sCompatibleFormat = OUString();
+ m_sCompatibleFormat.clear();
m_sCompatibleFormat += _rDatasource;
m_sCompatibleFormat += sSeparator;
m_sCompatibleFormat += _rCommand;