summaryrefslogtreecommitdiff
path: root/svx/source/dialog/linkwarn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/linkwarn.cxx')
-rw-r--r--svx/source/dialog/linkwarn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/linkwarn.cxx b/svx/source/dialog/linkwarn.cxx
index 0d8e53f7c14c..7df6f472ff21 100644
--- a/svx/source/dialog/linkwarn.cxx
+++ b/svx/source/dialog/linkwarn.cxx
@@ -28,7 +28,7 @@ SvxLinkWarningDialog::SvxLinkWarningDialog(weld::Widget* pParent, const OUString
// replace filename
OUString sInfoText = m_xDialog->get_primary_text();
OUString aPath;
- if ( osl::FileBase::E_None != osl::FileBase::getSystemPathFromFileURL( _rFileName, aPath ) )
+ if (osl::FileBase::E_None != osl::FileBase::getSystemPathFromFileURL(_rFileName, aPath))
aPath = _rFileName;
sInfoText = sInfoText.replaceAll("%FILENAME", aPath);
m_xDialog->set_primary_text(sInfoText);