summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/scriptdocument.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/scriptdocument.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/scriptdocument.cxx')
-rw-r--r--basctl/source/basicide/scriptdocument.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basctl/source/basicide/scriptdocument.cxx b/basctl/source/basicide/scriptdocument.cxx
index 8789734133ff..8cc5cd51ae8a 100644
--- a/basctl/source/basicide/scriptdocument.cxx
+++ b/basctl/source/basicide/scriptdocument.cxx
@@ -123,9 +123,9 @@ namespace basctl
namespace MacroExecMode = ::com::sun::star::document::MacroExecMode;
namespace FrameSearchFlag = ::com::sun::star::frame::FrameSearchFlag;
- //====================================================================
+
//= helper
- //====================================================================
+
namespace
{
static bool StringCompareLessThan( const OUString& lhs, const OUString& rhs )
@@ -293,9 +293,9 @@ namespace basctl
bool impl_initDocument_nothrow( const Reference< XModel >& _rxModel );
};
- //====================================================================
+
//= ScriptDocument::Impl - implementation
- //====================================================================
+
ScriptDocument::Impl::Impl()
:m_bIsApplication( true )
,m_bValid( true )
@@ -1039,9 +1039,9 @@ namespace basctl
// not interested in
}
- //====================================================================
+
//= ScriptDocument
- //====================================================================
+
ScriptDocument::ScriptDocument()
:m_pImpl(new Impl)
{ }