diff options
Diffstat (limited to 'svx/source/sidebar/text/TextUnderlineControl.hxx')
-rw-r--r-- | svx/source/sidebar/text/TextUnderlineControl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/text/TextUnderlineControl.hxx b/svx/source/sidebar/text/TextUnderlineControl.hxx index 5e32256c3364..8f4192e46f20 100644 --- a/svx/source/sidebar/text/TextUnderlineControl.hxx +++ b/svx/source/sidebar/text/TextUnderlineControl.hxx @@ -41,8 +41,8 @@ public: private: svx::sidebar::TextPropertyPanel& mrTextPropertyPanel; SfxBindings* mpBindings; - ValueSet maVSUnderline; - PushButton maPBOptions; + VclPtr<ValueSet> maVSUnderline; + VclPtr<PushButton> maPBOptions; Image maIMGSingle; Image maIMGDouble; |