diff options
author | Ptyl Dragon <ptyl@cloudon.com> | 2013-10-20 12:10:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-20 09:23:22 +0000 |
commit | 6dd844917205a051c880ff7609c28e09698770c8 (patch) | |
tree | d41fb4bf24207bfe23daf06391c8651c1aee72b1 /ios | |
parent | b89fb0d03ead22f023f367c9a9d046d3d41ba1cf (diff) |
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@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'ios')
-rw-r--r-- | ios/shared/ios_sharedlo/cxx/mlo_uno.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/shared/ios_sharedlo/cxx/mlo_uno.mm b/ios/shared/ios_sharedlo/cxx/mlo_uno.mm index 20c079bb8c83..49a4fac849d1 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"); |