summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
commit582eb5a368de1627164bc50e25f9eab8ae96e1a8 (patch)
tree753f5f1ac5b0aa5741d3b4f45b27d3f549fff153 /svtools/source
parent5785dee00e8fcfc135385fc847c01be5b5ee295f (diff)
CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/filter.vcl/filter/FilterConfigItem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter.vcl/filter/FilterConfigItem.cxx b/svtools/source/filter.vcl/filter/FilterConfigItem.cxx
index 312f62af9d84..6cb4bbcb16d1 100644
--- a/svtools/source/filter.vcl/filter/FilterConfigItem.cxx
+++ b/svtools/source/filter.vcl/filter/FilterConfigItem.cxx
@@ -428,7 +428,7 @@ void FilterConfigItem::WriteBool( const OUString& rKey, sal_Bool bNewValue )
Any aAny;
if ( ImplGetPropertyValue( aAny, xPropSet, rKey, sal_True ) )
{
- sal_Bool bOldValue;
+ sal_Bool bOldValue = sal_False;
if ( aAny >>= bOldValue )
{
if ( bOldValue != bNewValue )