diff options
Diffstat (limited to 'svx/source/fmcomp/dbaexchange.cxx')
-rw-r--r-- | svx/source/fmcomp/dbaexchange.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/dbaexchange.cxx b/svx/source/fmcomp/dbaexchange.cxx index 23e53d83bc10..4fecfac95696 100644 --- a/svx/source/fmcomp/dbaexchange.cxx +++ b/svx/source/fmcomp/dbaexchange.cxx @@ -323,7 +323,7 @@ namespace svx return false; OUString sFieldDescription; - (void)const_cast<TransferableDataHelper&>(_rData).GetString(nRecognizedFormat, sFieldDescription); + (void)_rData.GetString(nRecognizedFormat, sFieldDescription); const sal_Unicode cSeparator = u'\x000B'; sal_Int32 nIdx{ 0 }; |