summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/helpinterceptor.cxx1
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/helpinterceptor.cxx b/sfx2/source/appl/helpinterceptor.cxx
index fc0568808f42..f126fc681679 100644
--- a/sfx2/source/appl/helpinterceptor.cxx
+++ b/sfx2/source/appl/helpinterceptor.cxx
@@ -83,7 +83,6 @@ void HelpInterceptor_Impl::addURL( const OUString& rURL )
Reference<XController> xController;
if(xFrame.is())
xController = xFrame->getController();
- Any aViewData;
if(xController.is() && !m_pHistory->empty())
{
m_pHistory->at( m_nCurPos )->aViewData = xController->getViewData();
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 34e9d9610370..09bc35a2350a 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -3531,7 +3531,6 @@ static void ConvertSlotsToCommands( SfxObjectShell* pDoc, Reference< container::
{
if ( pDoc )
{
- Any aAny;
SfxModule* pModule( pDoc->GetFactory().GetModule() );
OUString aSlotCmd( "slot:" );
OUString aUnoCmd( ".uno:" );