summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/baside2b.cxx')
-rw-r--r--basctl/source/basicide/baside2b.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 4821c1280f55..70f6e7324ef5 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -172,11 +172,9 @@ void lcl_SeparateNameAndIndex( const OUString& rVName, OUString& rVar, OUString&
} // namespace
-
// EditorWindow
-
class EditorWindow::ChangesListener:
public cppu::WeakImplHelper< beans::XPropertiesChangeListener >
{
@@ -1648,7 +1646,6 @@ WatchWindow::WatchWindow (Layout* pParent) :
}
-
WatchWindow::~WatchWindow()
{
disposeOnce();
@@ -1849,11 +1846,9 @@ void WatchWindow::UpdateWatches( bool bBasicStopped )
}
-
// StackWindow
-
StackWindow::StackWindow (Layout* pParent) :
DockingWindow(pParent),
aTreeListBox( VclPtr<SvTreeListBox>::Create(this, WB_BORDER | WB_3DLOOK | WB_HSCROLL | WB_TABSTOP) ),
@@ -1876,7 +1871,6 @@ StackWindow::StackWindow (Layout* pParent) :
}
-
StackWindow::~StackWindow()
{
disposeOnce();
@@ -2100,11 +2094,9 @@ EditorWindow::GetComponentInterface(bool bCreate)
}
-
// WatchTreeListBox
-
WatchTreeListBox::WatchTreeListBox( vcl::Window* pParent, WinBits nWinBits )
: SvHeaderTabListBox( pParent, nWinBits )
{}