diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:16:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:16:02 +0000 |
commit | 8da33bce579e7f0740242d28fba1f34ddc7f8a35 (patch) | |
tree | 5ac5a18fc14f1983a23c25fc2fe3bb9d348e41ad /starmath/source/unodoc.cxx | |
parent | de2567735d8605a1c464eae920fbb2de90565d1d (diff) |
INTEGRATION: CWS tl32 (1.5.20); FILE MERGED
2006/10/30 10:35:10 tl 1.5.20.1: #i69286# make starmath warning-free
Diffstat (limited to 'starmath/source/unodoc.cxx')
-rw-r--r-- | starmath/source/unodoc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/unodoc.cxx b/starmath/source/unodoc.cxx index 244b8096f4ae..5fc289b00707 100644 --- a/starmath/source/unodoc.cxx +++ b/starmath/source/unodoc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unodoc.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 07:56:28 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:16:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,7 +70,7 @@ uno::Sequence< rtl::OUString > SAL_CALL SmDocument_getSupportedServiceNames() th } uno::Reference< uno::XInterface > SAL_CALL SmDocument_createInstance( - const uno::Reference< lang::XMultiServiceFactory > & rSMgr ) throw( uno::Exception ) + const uno::Reference< lang::XMultiServiceFactory > & /*rSMgr*/ ) throw( uno::Exception ) { ::vos::OGuard aGuard( Application::GetSolarMutex() ); if ( !SM_MOD() ) |