From ab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 14 Nov 2013 21:02:07 +0100 Subject: SAL_WARN_UNUSED com::sun::star::uno::Any Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0 --- framework/source/services/substitutepathvars.cxx | 2 -- framework/source/uiconfiguration/uicategorydescription.cxx | 1 - 2 files changed, 3 deletions(-) (limited to 'framework') diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx index d114a4c75205..41c03242454e 100644 --- a/framework/source/services/substitutepathvars.cxx +++ b/framework/source/services/substitutepathvars.cxx @@ -1119,8 +1119,6 @@ void SubstitutePathVariables::SetPredefinedPathVariables( PredefinedPathVariable aPreDefPathVariables.m_FixedVar[PREDEFVAR_SHARE_SUBDIR_NAME] = rtl::OUString(LIBO_SHARE_FOLDER); - Any aAny; - // Get inspath and userpath from bootstrap mechanism in every case as file URL ::utl::Bootstrap::PathStatus aState; OUString sVal ; diff --git a/framework/source/uiconfiguration/uicategorydescription.cxx b/framework/source/uiconfiguration/uicategorydescription.cxx index 973c157c342e..51b87846c2b0 100644 --- a/framework/source/uiconfiguration/uicategorydescription.cxx +++ b/framework/source/uiconfiguration/uicategorydescription.cxx @@ -301,7 +301,6 @@ Sequence< OUString > ConfigurationAccess_UICategory::getAllIds() if ( m_xConfigAccess.is() ) { - Any a; Reference< XNameAccess > xNameAccess; try -- cgit