diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 23:16:31 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 23:16:31 +0100 |
commit | b1073d9fa264139333704f82553ade9979e2ca24 (patch) | |
tree | 7b26a9cdcf7a3b961f5ca176660d54c2c0bd135f /cppuhelper | |
parent | 41e8fe179f10f224433b26daba105ee92c661ac4 (diff) |
WaE: silence some documentation errors
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/access_control.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/inc/cppuhelper/access_control.hxx b/cppuhelper/inc/cppuhelper/access_control.hxx index 518f45d594a7..ba3580434f16 100644 --- a/cppuhelper/inc/cppuhelper/access_control.hxx +++ b/cppuhelper/inc/cppuhelper/access_control.hxx @@ -61,7 +61,7 @@ public: SAL_THROW( (::com::sun::star::uno::RuntimeException) ); /** Copy ctor. - @param another object + @param ac another object */ AccessControl( ::cppu::AccessControl const & ac ) SAL_THROW( (::com::sun::star::uno::RuntimeException) ); |