diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-20 14:46:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-20 14:46:54 +0000 |
commit | a63d610d8943aff6b1327ed7fee2f5e1478d6ba8 (patch) | |
tree | f1a0777dc38e13fc0c12c59e5406b1edaf80679d /sfx2 | |
parent | b1a02bb3b3121384f444642da0bbf9b71850c993 (diff) |
WaE: shadowed variable
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index e2bbea60b1d4..ab17805b3c1e 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -1023,7 +1023,7 @@ sal_Bool SfxMedium::LockOrigFileOnDemand( sal_Bool bLoading, sal_Bool bNoUI ) GetLockingStream_Impl(); } - sal_Bool bResult = pImp->m_bLocked; + bResult = pImp->m_bLocked; if ( !bResult ) { |