summaryrefslogtreecommitdiffstats
path: root/include/svx/sidebar/LinePropertyPanelBase.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-04-04 16:19:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-04-05 20:24:51 +0100
commit92d43df81e282d20c129b105b2c7300a312091eb (patch)
tree2163a30e7ac2defdabc0214fc0aeba7f351669c9 /include/svx/sidebar/LinePropertyPanelBase.hxx
parentResolves: tdf#98990 accept R1C1 notation entire column/row references (diff)
downloadcore-92d43df81e282d20c129b105b2c7300a312091eb.tar.gz
core-92d43df81e282d20c129b105b2c7300a312091eb.zip
convert src line width popup to .ui format
Change-Id: I39e8bfd89538c36c97afb3e4e86c3ba9156274e0
Diffstat (limited to 'include/svx/sidebar/LinePropertyPanelBase.hxx')
-rw-r--r--include/svx/sidebar/LinePropertyPanelBase.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx
index ac354de4efb6..93398f80a42c 100644
--- a/include/svx/sidebar/LinePropertyPanelBase.hxx
+++ b/include/svx/sidebar/LinePropertyPanelBase.hxx
@@ -65,9 +65,6 @@ namespace svx
namespace sidebar
{
-class PopupContainer;
-class LineWidthControl;
-
class SVX_DLLPUBLIC LinePropertyPanelBase : public PanelLayout
{
public:
@@ -81,8 +78,6 @@ public:
void SetWidthIcon(int n);
void SetWidthIcon();
- void EndLineWidthPopupMode();
-
// constructor/destuctor
LinePropertyPanelBase(
vcl::Window* pParent,
@@ -152,7 +147,7 @@ private:
std::unique_ptr<XLineEndItem> mpEndItem;
//popup windows
- LineWidthPopup maLineWidthPopup;
+ VclPtr<LineWidthPopup> mxLineWidthPopup;
// images from resource
Image maIMGNone;
@@ -173,8 +168,6 @@ private:
DECL_LINK_TYPED(ChangeEndHdl, ListBox&, void);
DECL_LINK_TYPED(ChangeEdgeStyleHdl, ListBox&, void);
DECL_LINK_TYPED(ChangeCapStyleHdl, ListBox&, void);
-
- VclPtr<PopupControl> CreateLineWidthPopupControl (PopupContainer* pParent);
};
} } // end of namespace svx::sidebar