This is an automated email from the ASF dual-hosted git repository.
ardovm pushed a change to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from d1836b6227 In ODF (19.679.2 of ODF 1.3), the
<table:covered-table-cell> element's table:number-columns-repeated attribute
has a default value of 1, meaning the cell spans the cell to its right. However
when the XSLT import filter converts from SpreadsheetML's ss:MergeAcross to
ODF's table:number-columns-repeated, it always inserts a
<table:covered-table-cell> element, and then adds the
table:number-columns-repeated attribute only if it is greater than 1. This
breaks when ss:Merge [...]
new 4fdfc99e27 Trust the "Referer" parameter
new 5e03f7d339 Scripts check their "Referer". Menu choices always set a
trusted "Referer".
new e2d7a903ee Add a "referer" property to SfxObjectShell::CallXScript()
and trust macros explicitly requested by the user
new 419755b056 Add a "Referer" to toolbars
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
main/filter/source/msfilter/msvbahelper.cxx | 2 +-
.../source/uielement/generictoolbarcontroller.cxx | 5 +-
main/framework/source/uielement/menubarmanager.cxx | 10 +-
.../source/protocolhandler/scripthandler.cxx | 39 +++----
main/scripting/source/vbaevents/eventhelper.cxx | 2 +-
main/sfx2/inc/sfx2/appuno.hxx | 13 ++-
main/sfx2/inc/sfx2/objsh.hxx | 23 +++++
main/sfx2/source/appl/appserv.cxx | 3 +-
main/sfx2/source/appl/appuno.cxx | 112 ++++++++++++---------
main/sfx2/source/doc/objmisc.cxx | 13 ++-
main/sfx2/source/notify/eventsupplier.cxx | 5 +-
11 files changed, 145 insertions(+), 82 deletions(-)