summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basicbox.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 17:39:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 17:01:07 +0000
commit2fbd9825bce67218de2083ea1e881e98af166bf8 (patch)
tree90e557f9ca03cb237203bc0b7b04b34cb2305df2 /basctl/source/basicide/basicbox.cxx
parentf7a6ef74fe9b72105495b7d315ce155e01eb6489 (diff)
Remove visual noise from basctl
Change-Id: I3e6a238a0bafbb70a7c22bde1f2258b8014ed2d2 Reviewed-on: https://gerrit.libreoffice.org/8232 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl/source/basicide/basicbox.cxx')
-rw-r--r--basctl/source/basicide/basicbox.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/basicide/basicbox.cxx b/basctl/source/basicide/basicbox.cxx
index 2ccad9bc35e9..1c98157d2767 100644
--- a/basctl/source/basicide/basicbox.cxx
+++ b/basctl/source/basicide/basicbox.cxx
@@ -83,9 +83,9 @@ Window* LibBoxControl::CreateItemWindow( Window *pParent )
return new LibBox( pParent, m_xFrame );
}
-//=============================================================================
+
//= DocListenerBox
-//=============================================================================
+
DocListenerBox::DocListenerBox( Window* pParent )
:ListBox( pParent, WinBits( WB_BORDER | WB_DROPDOWN ) )
@@ -143,9 +143,9 @@ void DocListenerBox::onDocumentModeChanged( const ScriptDocument& /*_rDocument*/
// not interested in
}
-//=============================================================================
+
//= basctl::LibBox
-//=============================================================================
+
LibBox::LibBox( Window* pParent, const uno::Reference< frame::XFrame >& rFrame ) :
DocListenerBox( pParent ),
m_xFrame( rFrame )