[Libreoffice-commits] core.git: ios/shared

Ptyl Dragon ptyl at cloudon.com
Sun Oct 20 02:23:41 PDT 2013


 ios/shared/ios_sharedlo/cxx/mlo_uno.mm |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6dd844917205a051c880ff7609c28e09698770c8
Author: Ptyl Dragon <ptyl at cloudon.com>
Date:   Sun Oct 20 12:10:18 2013 +0200

    fix save several file on by reseting the xstorable on close
    
    Change-Id: I329d43e06b0c81cebda0464ebb0fff41714020a3
    Reviewed-on: https://gerrit.libreoffice.org/6355
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/ios/shared/ios_sharedlo/cxx/mlo_uno.mm b/ios/shared/ios_sharedlo/cxx/mlo_uno.mm
index 20c079b..49a4fac 100644
--- a/ios/shared/ios_sharedlo/cxx/mlo_uno.mm
+++ b/ios/shared/ios_sharedlo/cxx/mlo_uno.mm
@@ -365,6 +365,7 @@ mlo_close(void){
         openedXSelectionSupplier.clear();
         openedXFrame.clear();
         openedXDispatchProvider.clear();
+        openedXStorable.clear();
         resetLastSearch();
         
         NSLog(@"XComponent disposed successfully");


More information about the Libreoffice-commits mailing list