summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/text/TextPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/text/TextPropertyPanel.hxx')
-rw-r--r--svx/source/sidebar/text/TextPropertyPanel.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/svx/source/sidebar/text/TextPropertyPanel.hxx b/svx/source/sidebar/text/TextPropertyPanel.hxx
index 863a0379e634..fbdb7118cb06 100644
--- a/svx/source/sidebar/text/TextPropertyPanel.hxx
+++ b/svx/source/sidebar/text/TextPropertyPanel.hxx
@@ -29,7 +29,6 @@
#include <com/sun/star/ui/XSidebar.hpp>
#include <com/sun/star/frame/XToolbarController.hpp>
-#include "TextUnderlinePopup.hxx"
#include <svx/sidebar/PanelLayout.hxx>
class ToolBox;
@@ -54,11 +53,6 @@ public:
SfxBindings* pBindings,
const ::sfx2::sidebar::EnumContext& rContext);
- virtual void DataChanged (const DataChangedEvent& rEvent) override;
-
- void EndUnderlinePopupMode();
- Color& GetUnderlineColor() { return meUnderlineColor;}
-
virtual void HandleContextChange (
const ::sfx2::sidebar::EnumContext& rContext) override;
@@ -87,22 +81,10 @@ private:
//control items
::sfx2::sidebar::ControllerItem maFontSizeControl;
- ::sfx2::sidebar::ControllerItem maUnderlineControl;
- FontLineStyle meUnderline;
- Color meUnderlineColor;
SvxFontHeightItem* mpHeightItem;
- TextUnderlinePopup maUnderlinePopup;
-
::sfx2::sidebar::EnumContext maContext;
- SfxBindings* mpBindings;
-
- VclPtr<PopupControl> CreateUnderlinePopupControl (PopupContainer* pParent);
- DECL_LINK_TYPED(UnderlineClickHdl, ToolBox*, void);
-
- void SetupToolboxItems();
- void InitToolBoxFont();
};
} } // end of namespace svx::sidebar