summaryrefslogtreecommitdiff
path: root/formula/source/ui/resource/ModuleHelper.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:50:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 14:50:17 -0600
commit224f6c17f7119ca65716a73f21244ddd3e26a653 (patch)
treede43420dbf2bd2227fbe5b24ee1cb6acd65b9fb6 /formula/source/ui/resource/ModuleHelper.cxx
parent7986dcfdcad22d7203f256fb9a4ad53bda4ca422 (diff)
Remove visual noise from formula
Change-Id: Ie7503623ad9bec1806345f65b435c7bd94a08c2b Reviewed-on: https://gerrit.libreoffice.org/8263 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'formula/source/ui/resource/ModuleHelper.cxx')
-rw-r--r--formula/source/ui/resource/ModuleHelper.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/formula/source/ui/resource/ModuleHelper.cxx b/formula/source/ui/resource/ModuleHelper.cxx
index 6b360d0fa77a..57a32c41c084 100644
--- a/formula/source/ui/resource/ModuleHelper.cxx
+++ b/formula/source/ui/resource/ModuleHelper.cxx
@@ -31,14 +31,14 @@
::osl::MutexGuard aGuard(theOModuleMutex::get()); \
ensureImpl()
-//.........................................................................
+
namespace formula
{
-//.........................................................................
+
using namespace ::com::sun::star;
-//=========================================================================
+
//= OModuleImpl
-//=========================================================================
+
/** implementation for <type>OModule</type>. not threadsafe, has to be guarded by it's owner
*/
class OModuleImpl
@@ -85,9 +85,9 @@ ResMgr* OModuleImpl::getResManager()
return m_pResources;
}
-//=========================================================================
+
//= OModule
-//=========================================================================
+
namespace
{
// access safety
@@ -128,8 +128,8 @@ void OModule::ensureImpl()
s_pImpl = new OModuleImpl();
}
-//.........................................................................
+
} // namespace formula
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */