Resolves fdo#81549: Crash pivot table
Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=345d6dd9d938a88722fb6d1f1963047a9761412d ? Change-Id: Ie2ebef88bd8369065b8a4ab176099c71674d5090 Reviewed-on: https://gerrit.libreoffice.org/10410 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
This commit is contained in:
committed by
Kohei Yoshida
parent
be36bc3fe1
commit
a82ff18269
@@ -82,7 +82,7 @@ private:
|
|||||||
formula::RefButton* mpDestinationButton;
|
formula::RefButton* mpDestinationButton;
|
||||||
|
|
||||||
PushButton* mpBtnOK;
|
PushButton* mpBtnOK;
|
||||||
CloseButton* mpBtnCancel;
|
CancelButton* mpBtnCancel;
|
||||||
|
|
||||||
formula::RefEdit* mpActiveEdit;
|
formula::RefEdit* mpActiveEdit;
|
||||||
ScAddress::Details maAddressDetails;
|
ScAddress::Details maAddressDetails;
|
||||||
|
@@ -797,8 +797,7 @@
|
|||||||
</child>
|
</child>
|
||||||
<action-widgets>
|
<action-widgets>
|
||||||
<action-widget response="0">ok</action-widget>
|
<action-widget response="0">ok</action-widget>
|
||||||
<action-widget response="0">apply</action-widget>
|
<action-widget response="0">cancel</action-widget>
|
||||||
<action-widget response="0">close</action-widget>
|
|
||||||
</action-widgets>
|
</action-widgets>
|
||||||
</object>
|
</object>
|
||||||
</interface>
|
</interface>
|
||||||
|
Reference in New Issue
Block a user