diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-30 20:44:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 15:07:47 +0200 |
commit | 0e944350e92810adfcf080ae1d98ad7bc4bd578d (patch) | |
tree | 5cc040e33e3a40b598d288a38a51cd2ae340de86 /solenv | |
parent | 6cc5baa0a15014c442932c60bb60dc2a84edc25f (diff) |
[API CHANGE] remove MacroMigrationWizard
https://wiki.openoffice.org/wiki/Macros_in_Database_Documents
Prior to OpenOffice 3 (2008) base didn't support macros, but
subdocuments might have had macros. since OOo3 base supported macros
and subdocuments not, and a migration wizard is available to update
pre OOo3 documents to the new scheme.
Here I presume whatever is going to get migrated has been migrated
at this point and drop the migration wizard
This undoes the addition of the idl for
sdb::application::MacroMigrationWizard of
commit 5b982b69363f0f067fe4a0f679528ce1c5a2eafc
Date: Mon Mar 11 17:51:56 2013 +0200
so flag as an api change, though not to anything published
Change-Id: I37271752234dda4e7e8f033e0136825fd356439b
Reviewed-on: https://gerrit.libreoffice.org/78326
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index b894de96c7a9..258c5c15d851 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -2933,8 +2933,6 @@ dbaccess/inc/pch/precompiled_dba.cxx dbaccess/inc/pch/precompiled_dba.hxx dbaccess/inc/pch/precompiled_dbaxml.cxx dbaccess/inc/pch/precompiled_dbaxml.hxx -dbaccess/inc/pch/precompiled_dbmm.cxx -dbaccess/inc/pch/precompiled_dbmm.hxx dbaccess/inc/pch/precompiled_dbu.cxx dbaccess/inc/pch/precompiled_dbu.hxx dbaccess/inc/pch/precompiled_sdbt.cxx @@ -3103,28 +3101,6 @@ dbaccess/source/core/recovery/subcomponentrecovery.cxx dbaccess/source/core/recovery/subcomponentrecovery.hxx dbaccess/source/core/recovery/subcomponents.hxx dbaccess/source/core/resource/core_resource.cxx -dbaccess/source/ext/macromigration/dbmm_services.cxx -dbaccess/source/ext/macromigration/dbmm_types.cxx -dbaccess/source/ext/macromigration/dbmm_types.hxx -dbaccess/source/ext/macromigration/docinteraction.cxx -dbaccess/source/ext/macromigration/docinteraction.hxx -dbaccess/source/ext/macromigration/macromigrationdialog.cxx -dbaccess/source/ext/macromigration/macromigrationdialog.hxx -dbaccess/source/ext/macromigration/macromigrationpages.cxx -dbaccess/source/ext/macromigration/macromigrationpages.hxx -dbaccess/source/ext/macromigration/macromigrationwizard.cxx -dbaccess/source/ext/macromigration/macromigrationwizard.hxx -dbaccess/source/ext/macromigration/migrationengine.cxx -dbaccess/source/ext/macromigration/migrationengine.hxx -dbaccess/source/ext/macromigration/migrationerror.hxx -dbaccess/source/ext/macromigration/migrationlog.cxx -dbaccess/source/ext/macromigration/migrationlog.hxx -dbaccess/source/ext/macromigration/migrationprogress.hxx -dbaccess/source/ext/macromigration/progresscapture.cxx -dbaccess/source/ext/macromigration/progresscapture.hxx -dbaccess/source/ext/macromigration/progressmixer.cxx -dbaccess/source/ext/macromigration/progressmixer.hxx -dbaccess/source/ext/macromigration/rangeprogressbar.hxx dbaccess/source/filter/xml/dbloader2.cxx dbaccess/source/filter/xml/xmlAutoStyle.cxx dbaccess/source/filter/xml/xmlAutoStyle.hxx |