Kaydet (Commit) c8bdd09a authored tarafından Caolán McNamara's avatar Caolán McNamara

clang: Branch condition evaluates to a garbage value

Change-Id: I522f9e9178dbda466a355bc84d97f5458005e131
üst a8b32cc9
...@@ -287,7 +287,7 @@ void SfxSecurityPage_Impl::Reset_Impl( const SfxItemSet & ) ...@@ -287,7 +287,7 @@ void SfxSecurityPage_Impl::Reset_Impl( const SfxItemSet & )
if (m_eRedlingMode != RL_NONE) if (m_eRedlingMode != RL_NONE)
{ {
bool bProtection; bool bProtection(false);
QueryRecordChangesProtectionState( m_eRedlingMode, bProtection ); QueryRecordChangesProtectionState( m_eRedlingMode, bProtection );
m_pProtectPB->Enable( !bIsReadonly ); m_pProtectPB->Enable( !bIsReadonly );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment