diff options
author | Laurent Godard <lgodard.libre@laposte.net> | 2015-08-19 17:58:12 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-31 10:14:12 +0000 |
commit | 8a7b7b7b72c299bc9a96815814c1452be7f662c1 (patch) | |
tree | 21e8788438b97cfebf75e87dea3fb6c88ec5db15 /include/basic/sbmod.hxx | |
parent | 9093585317de876c2f04a01b5c3ea137114341c0 (diff) |
New identifier for save/open macro with user defined types
no version bump but B_USERTYPE defined
fix test from commit de26ef85 that should be nMaxRecords
tested full round trip on password protected document (ie. use binary storage)
master --(0)--> master --(1)--> libreoffice 4.4 --(2)--> master --(3)--> master
(0) in master, User type supported, big module supported
(1) in libreoffice 4.4, user type not supported, big module supported, no loss of code
(2) in master, user type not supported, big module not found, no loss of code
it is OK as libreoffice 4.4 saves to LegacyVersion
(3) in master, User type supported, big module supported (all is restored)
it is OK as module was saved with CURRENT_VERSION (see sbxmod.cxx)
Change-Id: I237cf7de70adf1a755be1bc30987b21c43b6ab35
Reviewed-on: https://gerrit.libreoffice.org/17871
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/basic/sbmod.hxx')
-rw-r--r-- | include/basic/sbmod.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/basic/sbmod.hxx b/include/basic/sbmod.hxx index 18683b7ee5cb..e0fcfe517e97 100644 --- a/include/basic/sbmod.hxx +++ b/include/basic/sbmod.hxx @@ -117,7 +117,6 @@ public: void ClearAllBP(); // Store only image, no source (needed for new password protection) - bool StoreBinaryData( SvStream& ); bool StoreBinaryData( SvStream&, sal_uInt16 nVer ); bool LoadBinaryData( SvStream& ); bool ExceedsLegacyModuleSize(); |