[Libreoffice-commits] core.git: sc/source

Eike Rathke (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 20 20:53:02 UTC 2020


 sc/source/ui/docshell/docsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c4934d2affbc272f97cbae3eb15bfcc5af57a1da
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Mon Jan 20 21:48:46 2020 +0100
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Mon Jan 20 21:52:07 2020 +0100

    Fix wrong translation of comment
    
    ... and give it back the original meaning.
    
    Change-Id: I71cf8840c82eb2c1d1b07503748a9fac3daafd02

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;
 


More information about the Libreoffice-commits mailing list