summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2013-04-26 21:56:47 +0000
committerAriel Constenla-Haile <arielch@apache.org>2013-04-26 21:56:47 +0000
commiteb15aa364708f091c4c59a66f9c3f43e35dafd31 (patch)
treec4a6a3c48a0a61fcf85ee25219b7b49a08b895f3 /svx
parent2f116e91d1960503589ce10b726a5383dead800f (diff)
Fix build breaker: declare missing member variable
Notes
Diffstat (limited to 'svx')
-rwxr-xr-xsvx/source/sidebar/paragraph/ParaPropertyPanel.hxx1
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;