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:
Julien Nabet
2014-07-19 22:47:17 +02:00
committed by Kohei Yoshida
parent be36bc3fe1
commit a82ff18269
2 changed files with 2 additions and 3 deletions

View File

@@ -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;

View File

@@ -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>