summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/linkmgr2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/linkmgr2.cxx')
-rw-r--r--sfx2/source/appl/linkmgr2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx
index a0b44e72b6d5..47a13febaf07 100644
--- a/sfx2/source/appl/linkmgr2.cxx
+++ b/sfx2/source/appl/linkmgr2.cxx
@@ -588,7 +588,7 @@ bool SvxInternalLink::Connect( sfx2::SvBaseLink* pLink )
if ( !pShell )
{
bFirst = sal_False;
- pShell = SfxObjectShell::GetFirst( &aType, sal_False );
+ pShell = SfxObjectShell::GetFirst( &aType, false );
}
OUString sTmp;
@@ -611,10 +611,10 @@ bool SvxInternalLink::Connect( sfx2::SvBaseLink* pLink )
if( bFirst )
{
bFirst = sal_False;
- pShell = SfxObjectShell::GetFirst( &aType, sal_False );
+ pShell = SfxObjectShell::GetFirst( &aType, false );
}
else
- pShell = SfxObjectShell::GetNext( *pShell, &aType, sal_False );
+ pShell = SfxObjectShell::GetNext( *pShell, &aType, false );
sTmp = "";
}