summaryrefslogtreecommitdiffstats
path: root/extensions/source/bibliography/bibview.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:38:34 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:38:34 +0000
commit5901704bacbff27316f4e8f06d6b474cf9b70800 (patch)
treebc27e0d510067bf678a482e9bae2d782cf2125a3 /extensions/source/bibliography/bibview.cxx
parentINTEGRATION: CWS wae4extensions (1.23.192); FILE MERGED (diff)
downloadcore-5901704bacbff27316f4e8f06d6b474cf9b70800.tar.gz
core-5901704bacbff27316f4e8f06d6b474cf9b70800.zip
INTEGRATION: CWS wae4extensions (1.12.192); FILE MERGED
2007/09/27 07:18:22 fs 1.12.192.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/bibliography/bibview.cxx')
-rw-r--r--extensions/source/bibliography/bibview.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/bibliography/bibview.cxx b/extensions/source/bibliography/bibview.cxx
index 3db9b3f2051d..21545599d338 100644
--- a/extensions/source/bibliography/bibview.cxx
+++ b/extensions/source/bibliography/bibview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bibview.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 12:55:31 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:38:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -125,7 +125,7 @@ namespace bib
if ( xResUpd.is() )
{
Any aModified = xProps->getPropertyValue( C2U( "IsModified" ) );
- sal_Bool bFlag;
+ sal_Bool bFlag = sal_False;
if ( ( aModified >>= bFlag ) && bFlag )
{
@@ -140,7 +140,7 @@ namespace bib
}
catch( const uno::Exception& rEx)
{
- rEx;
+ (void) rEx;
}
}
}