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/macro_expander.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/macro_expander.cxx')
-rw-r--r-- | cppuhelper/source/macro_expander.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/macro_expander.cxx b/cppuhelper/source/macro_expander.cxx index d9bd34608163..4bb7aa96368e 100644 --- a/cppuhelper/source/macro_expander.cxx +++ b/cppuhelper/source/macro_expander.cxx @@ -179,7 +179,7 @@ OUString Bootstrap_MacroExpander::expandMacros( OUString const & exp ) return cppuhelper::detail::expandMacros( exp ); } -//================================================================================================== + Reference< XInterface > SAL_CALL service_create( SAL_UNUSED_PARAMETER Reference< XComponentContext > const & ) SAL_THROW( (RuntimeException) ) |