summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2009-12-15 10:22:25 +0000
committerAndreas Bregas <ab@openoffice.org>2009-12-15 10:22:25 +0000
commit3b340d02f87a34b573c416410ba4734e75cd10c3 (patch)
treea632cad175de1b71044c329ca3c66070413a800e /forms
parent452b55d80ce6b5676c2fd230dcb55ec1e58787a2 (diff)
#i102261# Removed warnings, added project dependencies
Diffstat (limited to 'forms')
-rw-r--r--forms/prj/build.lst2
-rw-r--r--forms/source/misc/InterfaceContainer.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/forms/prj/build.lst b/forms/prj/build.lst
index 3a4182b82c99..393399dc5e0a 100644
--- a/forms/prj/build.lst
+++ b/forms/prj/build.lst
@@ -1,4 +1,4 @@
-fm forms : l10n svx sfx2 ucb configmgr fileaccess QADEVOOO:qadevOOo NULL
+fm forms : l10n oovbaapi svx sfx2 ucb configmgr fileaccess QADEVOOO:qadevOOo NULL
fm forms usr1 - all fm_mkofrm NULL
fm forms\inc nmake - all fm_inc NULL
fm forms\source\inc get - all fm_sinc NULL
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index 813b1873b786..6789354b6c54 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -163,12 +163,12 @@ OInterfaceContainer::fakeVbaEventsHack( sal_Int32 _nIndex )
if ( m_xEventAttacher.is() )
m_xEventAttacher->registerScriptEvents( _nIndex, vbaEvents );
}
- catch( Exception& e ){ OSL_TRACE("lcl_fakevbaevents - Caught Exception trying to create control eventstuff "); }
+ catch( Exception& ){ OSL_TRACE("lcl_fakevbaevents - Caught Exception trying to create control eventstuff "); }
}
}
}
- catch( Exception& e )
+ catch( Exception& )
{
}