summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/structpg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/ui/dlg/structpg.cxx')
-rw-r--r--formula/source/ui/dlg/structpg.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/formula/source/ui/dlg/structpg.cxx b/formula/source/ui/dlg/structpg.cxx
index d83712f46576..fcb536449b21 100644
--- a/formula/source/ui/dlg/structpg.cxx
+++ b/formula/source/ui/dlg/structpg.cxx
@@ -32,25 +32,6 @@
namespace formula
{
-StructListBox::StructListBox(vcl::Window* pParent, WinBits nBits ):
- SvTreeListBox(pParent, nBits)
-{
- vcl::Font aFont( GetFont() );
- Size aSize = aFont.GetFontSize();
- aSize.AdjustHeight(-2);
- aFont.SetFontSize( aSize );
- SetFont( aFont );
-}
-
-SvTreeListEntry* StructListBox::InsertStaticEntry(
- const OUString& rText,
- const Image& rEntryImg,
- SvTreeListEntry* pParent, sal_uLong nPos, const FormulaToken* pToken )
-{
- SvTreeListEntry* pEntry = InsertEntry( rText, rEntryImg, rEntryImg, pParent, false, nPos,
- const_cast<FormulaToken*>(pToken) );
- return pEntry;
-}
void StructPage::SetActiveFlag(bool bFlag)
{