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.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx
index 389c907b7800..531fb366c4d8 100644
--- a/formula/source/ui/dlg/structpg.hxx
+++ b/formula/source/ui/dlg/structpg.hxx
@@ -30,20 +30,6 @@ namespace formula
{
class FormulaToken;
-class StructListBox : public SvTreeListBox
-{
-public:
-
- StructListBox(vcl::Window* pParent, WinBits nBits );
-
- /** Inserts an entry with static image (no difference between collapsed/expanded). */
- SvTreeListEntry* InsertStaticEntry(
- const OUString& rText,
- const Image& rEntryImg,
- SvTreeListEntry* pParent,
- sal_uLong nPos,
- const FormulaToken* pToken );
-};
class StructPage final
@@ -85,9 +71,7 @@ public:
weld::TreeView& GetTlbStruct() const { return *m_xTlbStruct; }
- void Show() { m_xContainer->show(); }
bool IsVisible() { return m_xContainer->get_visible(); }
- void Hide() { m_xContainer->hide(); }
};
} // formula