summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2.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/baside2.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/baside2.cxx')
-rw-r--r--basctl/source/basicide/baside2.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index 06bc28ade190..97dee2e128ed 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -189,10 +189,10 @@ bool bSourceLinesEnabled = false;
} // namespace
-//
+
// ModulWindow
-// ===========
-//
+
+
ModulWindow::ModulWindow (
ModulWindowLayout* pParent,
@@ -1478,10 +1478,10 @@ void ModulWindow::UpdateModule ()
}
-//
+
// ModulWindowLayout
-// =================
-//
+
+
ModulWindowLayout::ModulWindowLayout (Window* pParent, ObjectCatalog& rObjectCatalog_) :
Layout(pParent),
@@ -1567,10 +1567,10 @@ void ModulWindowLayout::OnFirstSize (long const nWidth, long const nHeight)
}
-//
+
// SyntaxColors
-// ============
-//
+
+
ModulWindowLayout::SyntaxColors::SyntaxColors () :
pEditor(0)