diff options
author | Eike Rathke <erack@redhat.com> | 2020-01-20 21:48:46 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-01-20 21:52:07 +0100 |
commit | c4934d2affbc272f97cbae3eb15bfcc5af57a1da (patch) | |
tree | a52054397cf33c7d5ce19456bf9cab750ab014a3 /sc | |
parent | 6b6484d25b63fe68e94f60ca8d6fb2b0b039bdfb (diff) |
Fix wrong translation of comment
... and give it back the original meaning.
Change-Id: I71cf8840c82eb2c1d1b07503748a9fac3daafd02
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/docsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index f9f1fc52f7d1..d932944cff6e 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -2440,7 +2440,7 @@ bool ScDocShell::ConvertTo( SfxMedium &rMed ) } weld::WaitObject aWait( GetActiveDialogParent() ); - // FIXME: Hack so that the Sba opened TempFile can be overwritten + // Hack so that Sba can overwrite the opened TempFile. rMed.CloseOutStream(); bool bHasMemo = false; |