Kaydet (Commit) 4f811c04 authored tarafından Peter Foley's avatar Peter Foley

fix loplugin warnings

Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7
üst 43e873b2
......@@ -571,6 +571,8 @@ void SbxObject::Remove( SbxVariable* pVar )
}
rtl::OString aNameStr1(OUStringToOString(aVarName, RTL_TEXTENCODING_ASCII_US));
rtl::OString aNameStr2(OUStringToOString(SbxVariable::GetName(), RTL_TEXTENCODING_ASCII_US));
DbgOutf( "SBX: Remove %s in %s",
aNameStr1.getStr(), aNameStr2.getStr() );
#endif
SbxVariableRef pVar_ = pArray->Get( nIdx );
if( pVar_->IsBroadcaster() )
......
......@@ -91,7 +91,6 @@ initialize_uno( const rtl::OUString &aAppURL )
{
rtl::Bootstrap::setIniFilename( aAppURL + "/fundamentalrc" );
OUString aValue;
rtl::Bootstrap::set( "CONFIGURATION_LAYERS",
"xcsxcu:${BRAND_BASE_DIR}/share/registry "
"res:${BRAND_BASE_DIR}/share/registry "
......
......@@ -313,7 +313,6 @@ sal_Bool PlaceWareExporter::doExport( Reference< XComponent > xDoc, Reference <
#ifndef PLACEWARE_DEBUG
TempFile aTempFile( TempFile::createTempFileURL() );
nRC = aTempFile.open( osl_File_OpenFlag_Write|osl_File_OpenFlag_Read );
OUString aURL( aTempFile.getFileURL() );
#else
OUString aURL("file:///e:/test.zip");
osl::File::remove( aURL );
......
......@@ -47,6 +47,7 @@ certain functionality.
@section chart2
@li @c chart2
@li @c chart2.areachart
@section connectivity
......@@ -256,6 +257,8 @@ certain functionality.
@li @c vcl.scrollbar - Scroll Bars
@li @c vcl.sm - Session Manager
@li @c vcl.window
@li @c vcl.unity
@li @c vcl.virdev
@section Writer
......@@ -292,6 +295,11 @@ certain functionality.
@li @c dbaccess
@li @c dbaccess.ui
@section svx
@li @c svx
@li @c svx.fmcmop
@section other
@li @c accessibility
......@@ -314,9 +322,9 @@ certain functionality.
@li @c shell
@li @c stoc
@li @c svg
@li @c svx
@li @c ucbhelper
@li @c unoidl
@li @c uui
@li @c xmlhelp
@li @c xmloff
@li @c xmlreader
......
......@@ -298,7 +298,6 @@ void GtkSalMenu::ImplUpdate( gboolean bRecurse )
// Get internal menu item values.
String aText = pVCLMenu->GetItemText( nId );
rtl::OUString aCommand( pVCLMenu->GetItemCommand( nId ) );
sal_Bool itemEnabled = pVCLMenu->IsItemEnabled( nId );
KeyCode nAccelKey = pVCLMenu->GetAccelKey( nId );
sal_Bool itemChecked = pVCLMenu->IsItemChecked( nId );
......
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