diff options
author | Thomas Benisch <tbe@openoffice.org> | 2009-09-02 12:40:46 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2009-09-02 12:40:46 +0000 |
commit | f9c06d7397e473ac0518bd0497e89536ccafd797 (patch) | |
tree | 38af83e74d303910d61330a3e41b0215072e1553 | |
parent | 1657f964b203fdf4e1d02d354255966d886be648 (diff) |
#i12587# warning
-rw-r--r-- | sc/source/filter/xcl97/xcl97rec.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx index bd40e98a02f4..7246867668cd 100644 --- a/sc/source/filter/xcl97/xcl97rec.cxx +++ b/sc/source/filter/xcl97/xcl97rec.cxx @@ -181,7 +181,7 @@ XclObj::~XclObj() delete pTxo; } -void XclObj::ImplWriteAnchor( const XclExpRoot& rRoot, const SdrObject* pSdrObj, const Rectangle* pChildAnchor ) +void XclObj::ImplWriteAnchor( const XclExpRoot& /*rRoot*/, const SdrObject* pSdrObj, const Rectangle* pChildAnchor ) { if( pChildAnchor ) { |