diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 17:52:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-27 06:42:45 -0600 |
commit | a67c2a12bccef06f1fb17d8fbae08e44f44c4392 (patch) | |
tree | 354b2448d2aa8259a05ceb4e82605f8e37176528 /comphelper/source/inc | |
parent | 65453d5aebdf851034632d5593f0a1023f7015fe (diff) |
Remove visual noise from comphelper
Change-Id: I7e5512b43240beee05404cff9d49a87d0217ea89
Reviewed-on: https://gerrit.libreoffice.org/8242
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'comphelper/source/inc')
-rw-r--r-- | comphelper/source/inc/comphelper_module.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comphelper/source/inc/comphelper_module.hxx b/comphelper/source/inc/comphelper_module.hxx index 12ba762646f4..1a56d00e5127 100644 --- a/comphelper/source/inc/comphelper_module.hxx +++ b/comphelper/source/inc/comphelper_module.hxx @@ -22,10 +22,10 @@ #include "comphelper/componentmodule.hxx" -//........................................................................ + namespace comphelper { namespace module { -//........................................................................ + class ComphelperModule : public ::comphelper::OModule { @@ -77,9 +77,9 @@ namespace comphelper { namespace module } }; -//........................................................................ + } } // namespace comphelper::module -//........................................................................ + #endif // COMPHELPER_COMPHELPER_MODULE_HXX |