diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/cuigaldlg.cxx | 3 | ||||
-rw-r--r-- | cui/source/dialogs/scriptdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/options/optgdlg.cxx | 3 |
4 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 5624c734d2b9..4c5fa1c39c5b 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -458,7 +458,6 @@ OUString GetUIModuleName( const OUString& aModuleId, const uno::Reference< css:: if ( a >>= aSeq ) { - OUString aUIName; for ( sal_Int32 i = 0; i < aSeq.getLength(); ++i ) { if ( aSeq[i].Name == "ooSetupFactoryUIName" ) diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx index 9c14228b9d52..db1369decbb3 100644 --- a/cui/source/dialogs/cuigaldlg.cxx +++ b/cui/source/dialogs/cuigaldlg.cxx @@ -923,9 +923,6 @@ void TPGalleryThemeProperties::FillFilterList() // media filters static const ::rtl::OUString aWildcard( RTL_CONSTASCII_USTRINGPARAM( "*." ) ); ::avmedia::FilterNameVector aFilters; - const ::rtl::OUString aSeparator( RTL_CONSTASCII_USTRINGPARAM( ";" ) ); - ::rtl::OUString aAllTypes; - ::avmedia::MediaWindow::getMediaFilters( aFilters ); for( unsigned long l = 0; l < aFilters.size(); ++l ) diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx index 616ee0ff2dae..8dc87a9af6ff 100644 --- a/cui/source/dialogs/scriptdlg.cxx +++ b/cui/source/dialogs/scriptdlg.cxx @@ -1486,7 +1486,6 @@ void SvxScriptOrgDialog::RestorePreviousSelection() ::rtl::OUString GetErrorMessage( const com::sun::star::uno::Any& aException ) { - ::rtl::OUString exType; if ( aException.getValueType() == ::getCppuType( (const reflection::InvocationTargetException* ) NULL ) ) { diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 460f08af7455..762ec3d78d83 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -1285,9 +1285,6 @@ OfaLanguagesTabPage::OfaLanguagesTabPage( Window* pParent, const SfxItemSet& rSe aUserInterfaceLB.SelectEntryPos(0); try { - OUString sOfficeLocaleValue; - OUString sSystemLocaleValue; - Reference< XMultiServiceFactory > theConfigProvider( com::sun::star::configuration::theDefaultProvider::get( comphelper::getProcessComponentContext())); |