summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-23 14:27:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-23 14:27:06 +0000
commitcf8dd79050a992ba79649e5aa15b9b25d6a779e8 (patch)
tree37f3935de01547a4ab790a641bfdc596f735766e
parentf9611b4a3bbb1e963b3a3d23b1905641c6d19651 (diff)
WaE: catch const and unnamed
-rw-r--r--sfx2/source/doc/objxtor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index c97d3f601811..df89eb3bea9a 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -152,7 +152,7 @@ void lcl_UpdateAppBasicDocVars( const Reference< XInterface >& _rxComponent, bo
pAppMgr->SetGlobalUNOConstant( pAscii, aProp.Value );
}
- catch( uno::Exception& e )
+ catch( const uno::Exception& )
{
}
}