diff options
-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; |