diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2013-04-26 21:56:47 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2013-04-26 21:56:47 +0000 |
commit | eb15aa364708f091c4c59a66f9c3f43e35dafd31 (patch) | |
tree | c4a6a3c48a0a61fcf85ee25219b7b49a08b895f3 /svx | |
parent | 2f116e91d1960503589ce10b726a5383dead800f (diff) |
Fix build breaker: declare missing member variable
Notes
Notes:
merged as: e305def61831c3a54783a411ba140616e78fb17c
Diffstat (limited to 'svx')
-rwxr-xr-x | svx/source/sidebar/paragraph/ParaPropertyPanel.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx index f808eecee691..5da3f48320e2 100755 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx @@ -205,6 +205,7 @@ private: ::sfx2::sidebar::ControllerItem maBulletNumRuleIndex; ::sfx2::sidebar::ControllerItem maNumNumRuleIndex; + cssu::Reference<css::frame::XFrame> mxFrame; ::sfx2::sidebar::EnumContext maContext; SfxBindings* mpBindings; ParaLineSpacingPopup maLineSpacePopup; |