From ed7c80d3353bd21d9c278a209adb4e62669b3978 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 22 Nov 2011 09:06:06 +0000 Subject: these can be const --- sw/source/ui/shells/drwtxtex.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/shells/drwtxtex.cxx') diff --git a/sw/source/ui/shells/drwtxtex.cxx b/sw/source/ui/shells/drwtxtex.cxx index dcbdd6f5f5d2..a73a2f91615e 100644 --- a/sw/source/ui/shells/drwtxtex.cxx +++ b/sw/source/ui/shells/drwtxtex.cxx @@ -339,7 +339,7 @@ void SwDrawTextShell::Execute( SfxRequest &rReq ) xDialog->execute(); } } - catch( uno::Exception& ) + catch (const uno::Exception&) { } rReq.Ignore (); -- cgit