diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-12 10:34:03 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-16 21:22:42 -0400 |
commit | d2e538a63507aa3310a854d5c1414565efa3a361 (patch) | |
tree | 5ad9bc6fcc2db39fcc5604d396bddf63d962ab05 /sw | |
parent | 4fae740db79d4e7cc97440e2bab8d1ef612d9b51 (diff) |
Slightly changed the API.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unocoll.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx index ab4950b6a129..735dc6bff3cf 100644 --- a/sw/source/core/unocore/unocoll.cxx +++ b/sw/source/core/unocore/unocoll.cxx @@ -106,7 +106,8 @@ class SwVbaCodeNameProvider : public ::cppu::WeakImplHelper1< document::XCodeNam public: SwVbaCodeNameProvider( SwDocShell* pDocShell ) : mpDocShell( pDocShell ) {} // XCodeNameQuery - rtl::OUString SAL_CALL getCodeNameForObject( const uno::Reference< uno::XInterface >& xIf ) throw( uno::RuntimeException ) + rtl::OUString SAL_CALL getCodeNameForObject( + const uno::Reference< uno::XInterface >& /*xContainer*/, const uno::Reference< uno::XInterface >& xIf ) throw( uno::RuntimeException ) { // Initialise the code name if ( msThisDocumentCodeName.getLength() == 0 ) |