diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-20 21:27:47 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-20 21:44:16 +0100 |
commit | 079485a6486b76090e64e899e44e8598cd2159e7 (patch) | |
tree | d8099f930203506f4cc453f97626a0d3a16b7fc3 /cppuhelper | |
parent | ec8dcf58e95bda4c394fc15b5eae72c408f19aca (diff) |
sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/
Change-Id: Iefbe31af8d6ec421c6006423b6ee3a6375e3d453
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/supportsservice.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/inc/cppuhelper/supportsservice.hxx b/cppuhelper/inc/cppuhelper/supportsservice.hxx index 3506e374e338..a5cc2003a1ed 100644 --- a/cppuhelper/inc/cppuhelper/supportsservice.hxx +++ b/cppuhelper/inc/cppuhelper/supportsservice.hxx @@ -36,7 +36,7 @@ namespace cppu { @return true iff the sequence returned by the given implementation's getSupportedServices method contains the given name - @since LibreOffice 3.7 + @since LibreOffice 4.0 */ bool CPPUHELPER_DLLPUBLIC supportsService( com::sun::star::lang::XServiceInfo * implementation, |