summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/structpg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/ui/dlg/structpg.hxx')
-rw-r--r--formula/source/ui/dlg/structpg.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx
index 092b29b055ae..389c907b7800 100644
--- a/formula/source/ui/dlg/structpg.hxx
+++ b/formula/source/ui/dlg/structpg.hxx
@@ -32,13 +32,6 @@ namespace formula
class FormulaToken;
class StructListBox : public SvTreeListBox
{
-private:
-
- bool bActiveFlag;
-
-protected:
- virtual void MouseButtonDown( const MouseEvent& rMEvt ) override;
-
public:
StructListBox(vcl::Window* pParent, WinBits nBits );
@@ -50,9 +43,6 @@ public:
SvTreeListEntry* pParent,
sal_uLong nPos,
const FormulaToken* pToken );
-
- void GetFocus() override;
- void LoseFocus() override;
};