[Libreoffice-commits] core.git: 4 commits - framework/source sdext/source svl/source ucb/source
Tor Lillqvist
tml at collabora.com
Wed Oct 2 10:04:34 PDT 2013
framework/source/uielement/toolbarsmenucontroller.cxx | 1 -
sdext/source/minimizer/fileopendialog.cxx | 1 -
svl/source/passwordcontainer/passwordcontainer.cxx | 2 --
ucb/source/ucp/ext/ucpext_content.cxx | 1 -
4 files changed, 5 deletions(-)
New commits:
commit d37b6fad165f3bd6d2d5c817fb5fe3d4171796dd
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Oct 2 20:03:08 2013 +0300
WaE: unused variable
Change-Id: I0e344a64da4166b99be6887df384224042172454
diff --git a/sdext/source/minimizer/fileopendialog.cxx b/sdext/source/minimizer/fileopendialog.cxx
index bb3bb5c..31a5422 100644
--- a/sdext/source/minimizer/fileopendialog.cxx
+++ b/sdext/source/minimizer/fileopendialog.cxx
@@ -121,7 +121,6 @@ FileOpenDialog::FileOpenDialog( const Reference< XComponentContext >& rxContext
Reference< XNameAccess > xTypes( rxContext->getServiceManager()->createInstanceWithContext(
OUString( "com.sun.star.document.TypeDetection" ), rxContext ), UNO_QUERY_THROW );
- Sequence< OUString > aTypeList( xFilters->getElementNames() );
for( std::vector< FilterEntry >::const_iterator aIter(aFilterEntryList.begin()), aEnd(aFilterEntryList.end()); aIter != aEnd; ++aIter )
{
commit 80dc3aef943280361c5b9df17d6f11c0f4b2b75f
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Oct 2 19:58:02 2013 +0300
WaE: unused variable
Change-Id: Ia592c20c410b26ba40c7a255588ce53652c85cb5
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx
index 317a953..4ce4bf6 100644
--- a/ucb/source/ucp/ext/ucpext_content.cxx
+++ b/ucb/source/ucp/ext/ucpext_content.cxx
@@ -524,7 +524,6 @@ namespace ucb { namespace ucp { namespace ext
::osl::ClearableGuard< osl::Mutex > aGuard( m_aMutex );
Sequence< Any > aRet( i_rValues.getLength() );
- Sequence< PropertyChangeEvent > aChanges( i_rValues.getLength() );
PropertyChangeEvent aEvent;
aEvent.Source = static_cast< cppu::OWeakObject * >( this );
commit 6925df8b39b885d218fdbc97696803a78795ce1b
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Oct 2 19:55:05 2013 +0300
WaE: unused variable
Change-Id: I73aabeff7d28ef3526d18188c6fab2e0bc2529d7
diff --git a/framework/source/uielement/toolbarsmenucontroller.cxx b/framework/source/uielement/toolbarsmenucontroller.cxx
index 358d948..87185d6 100644
--- a/framework/source/uielement/toolbarsmenucontroller.cxx
+++ b/framework/source/uielement/toolbarsmenucontroller.cxx
@@ -193,7 +193,6 @@ void ToolbarsMenuController::addCommand(
Reference< XDispatch > ToolbarsMenuController::getDispatchFromCommandURL( const OUString& rCommandURL )
{
URL aTargetURL;
- Sequence<PropertyValue> aArgs;
Reference< XURLTransformer > xURLTransformer;
Reference< XFrame > xFrame;
commit 13b1c9df66dd4456f60ffd98132e409484cfa313
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Oct 2 19:51:47 2013 +0300
WaE: unused variable
Change-Id: Ieed1b52624afa8fc36fadb54d3209a3482416068
diff --git a/svl/source/passwordcontainer/passwordcontainer.cxx b/svl/source/passwordcontainer/passwordcontainer.cxx
index cc739fb..8c4f7d2 100644
--- a/svl/source/passwordcontainer/passwordcontainer.cxx
+++ b/svl/source/passwordcontainer/passwordcontainer.cxx
@@ -349,8 +349,6 @@ void StorageItem::remove( const OUString& aURL, const OUString& aName )
void StorageItem::clear()
{
- Sequence< OUString > sendSeq(1);
-
ConfigItem::ClearNodeSet( OUString("Store") );
}
More information about the Libreoffice-commits
mailing list