Kaydet (Commit) 67afa78a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

bool improvements

Change-Id: Ie957ab2b63facc15a990f22347ce2393f6bb6a44
üst 7700d10e
......@@ -501,7 +501,7 @@ SAL_WNODEPRECATED_DECLARATIONS_PUSH
SharedConnection xConnection( ensureConnection() );
Reference< XNameAccess > xDocContainer;
if ( ( _eType == E_FORM ) | ( _eType == E_REPORT ) )
if ( ( _eType == E_FORM ) || ( _eType == E_REPORT ) )
{
xDocContainer.set( getElements( _eType ) );
OSL_ENSURE( xDocContainer.is(), "OApplicationController::getDocumentsAccess: invalid container!" );
......
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