diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:02:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-27 06:43:02 -0600 |
commit | 518b75326a83166a24b9d3c1b31ce63189f60c7f (patch) | |
tree | b0ed7c7334bf0e6bea057b4b77007c87d9754c4a /cppuhelper/source/component.cxx | |
parent | a67c2a12bccef06f1fb17d8fbae08e44f44c4392 (diff) |
Remove visual noise from cppuhelper
Change-Id: If23a1aa19949f91f900d55ff9e1d5039378d7277
Reviewed-on: https://gerrit.libreoffice.org/8248
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cppuhelper/source/component.cxx')
-rw-r--r-- | cppuhelper/source/component.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx index 9ce2cc4150d9..0975b8d5e01d 100644 --- a/cppuhelper/source/component.cxx +++ b/cppuhelper/source/component.cxx @@ -36,9 +36,9 @@ using ::rtl::OUStringToOString; namespace cppu { -// ---------------------------------------------------- + // class OComponentHelper -// ---------------------------------------------------- + OComponentHelper::OComponentHelper( Mutex & rMutex ) SAL_THROW(()) : rBHelper( rMutex ) |