diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-17 10:41:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-17 14:53:22 +0000 |
commit | 60b3d8119cfe99dc0987178cdab0ff5dac8029bb (patch) | |
tree | 29e65df654199a092b83a137352014958058d3cd /sw/source/uibase/dochdl/gloshdl.cxx | |
parent | 639f6dcb1fdc5b1c0a6d5804324f9ff36fd989be (diff) |
third argument should be SfxFilterFlags
Change-Id: Id0a73ffbbddc7fd2b2190cc04f59769561f45dd0
Diffstat (limited to 'sw/source/uibase/dochdl/gloshdl.cxx')
-rw-r--r-- | sw/source/uibase/dochdl/gloshdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dochdl/gloshdl.cxx b/sw/source/uibase/dochdl/gloshdl.cxx index 7904405ab102..eada932a3124 100644 --- a/sw/source/uibase/dochdl/gloshdl.cxx +++ b/sw/source/uibase/dochdl/gloshdl.cxx @@ -729,7 +729,7 @@ bool SwGlossaryHdl::ImportGlossaries( const OUString& rName ) boost::scoped_ptr<SfxMedium> pMed(new SfxMedium( rName, STREAM_READ, 0, 0 )); SfxFilterMatcher aMatcher( OUString("swriter") ); pMed->UseInteractionHandler( true ); - if( !aMatcher.GuessFilter( *pMed, &pFilter, sal_False ) ) + if (!aMatcher.GuessFilter(*pMed, &pFilter, SFX_FILTER_VERSION_NONE)) { SwTextBlocks *pGlossary = NULL; pMed->SetFilter( pFilter ); |