diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index 5f5285011908..c35c156e9cdd 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -1077,10 +1077,10 @@ void SfxFilterContainer::ReadSingleFilter_Impl( } SfxFilter* pFilter = bUpdate ? (SfxFilter*) SfxFilter::GetFilterByName( sFilterName ) : 0; - sal_Bool bNew = sal_False; + bool bNew = false; if (!pFilter) { - bNew = sal_True; + bNew = true; pFilter = new SfxFilter( sFilterName , sExtension , nFlags , |