diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:09:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:09:01 +0000 |
commit | 1303038c4a9a2defd49e60c2ae37d670eb2f903d (patch) | |
tree | b3413ddfb1ba624ac55e643adb4bf843a93f77cc /svtools/source/contnr/contentenumeration.cxx | |
parent | 48e64ba670b4a2c79d68736c520d691cb76bc0da (diff) |
INTEGRATION: CWS sb59 (1.5.64); FILE MERGED
2006/07/25 08:52:51 sb 1.5.64.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'svtools/source/contnr/contentenumeration.cxx')
-rw-r--r-- | svtools/source/contnr/contentenumeration.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/contnr/contentenumeration.cxx b/svtools/source/contnr/contentenumeration.cxx index c053d36e0c4a..1a6911b8469b 100644 --- a/svtools/source/contnr/contentenumeration.cxx +++ b/svtools/source/contnr/contentenumeration.cxx @@ -4,9 +4,9 @@ * * $RCSfile: contentenumeration.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 14:32:16 $ + * last change: $Author: obo $ $Date: 2006-10-12 15:09:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -270,7 +270,7 @@ namespace svt { DBG_ERRORFILE( "createCursor: CommandAbortedException" ); } - catch( Exception& e ) + catch( Exception& ) { } |