summaryrefslogtreecommitdiff
path: root/basic/source/uno/dlgcont.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 17:41:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 21:09:17 +0000
commit6a38eace8c0936c507cb02b8d0dd09e837a183fd (patch)
tree9e18f9ce684163df20fad17a6dcfe68f539c94e4 /basic/source/uno/dlgcont.cxx
parent5fce5642b65459fe165bcab5fd7d9217d3aee4ed (diff)
Remove visual noise from basic
Change-Id: I10865b94f67de39e9dbcbe71ede42aa94d81db61 Reviewed-on: https://gerrit.libreoffice.org/8234 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basic/source/uno/dlgcont.cxx')
-rw-r--r--basic/source/uno/dlgcont.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx
index a7ced3816d5d..016c0ffdb5f3 100644
--- a/basic/source/uno/dlgcont.cxx
+++ b/basic/source/uno/dlgcont.cxx
@@ -63,7 +63,7 @@ using namespace osl;
using com::sun::star::uno::Reference;
-//============================================================================
+
// Implementation class SfxDialogLibraryContainer
const sal_Char* SAL_CALL SfxDialogLibraryContainer::getInfoFileName() const { return "dialog"; }
@@ -447,7 +447,7 @@ SfxDialogLibraryContainer:: HasExecutableCode( const OUString& /*Library*/ ) thr
{
return sal_False; // dialog library has no executable code
}
-//============================================================================
+
// Service
void createRegistryInfo_SfxDialogLibraryContainer()
@@ -487,7 +487,7 @@ Reference< XInterface > SAL_CALL SfxDialogLibraryContainer::Create( const Refere
}
-//============================================================================
+
// Implementation class SfxDialogLibrary
// Ctor