summaryrefslogtreecommitdiffstats
path: root/cui/source/dialogs/insdlg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-11 18:00:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-11 18:00:18 +0200
commit6bb60dab6f901797dd062bd9e61a17ee0ca5ae92 (patch)
tree037989948536d0a94a2bd2b44e9e011aa3f6ffe6 /cui/source/dialogs/insdlg.cxx
parentClean up function declarations and some unused functions (diff)
downloadcore-6bb60dab6f901797dd062bd9e61a17ee0ca5ae92.tar.gz
core-6bb60dab6f901797dd062bd9e61a17ee0ca5ae92.zip
Clean up function declarations and some unused functions
Change-Id: I45ea22c86ea66c49fd86af2b5d0df060138f7e9a
Diffstat (limited to 'cui/source/dialogs/insdlg.cxx')
-rw-r--r--cui/source/dialogs/insdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/insdlg.cxx b/cui/source/dialogs/insdlg.cxx
index b18821088f1f..ac0645ec8134 100644
--- a/cui/source/dialogs/insdlg.cxx
+++ b/cui/source/dialogs/insdlg.cxx
@@ -33,6 +33,7 @@
#include <comphelper/processfactory.hxx>
#include "insdlg.hxx"
+#include <plfilter.hxx>
#include <dialmgr.hxx>
#include <svtools/sores.hxx>
@@ -353,7 +354,6 @@ uno::Reference< io::XInputStream > SvInsertOleDlg::GetIconIfIconified( OUString*
IMPL_LINK_NOARG(SvInsertPlugInDialog, BrowseHdl)
{
Sequence< OUString > aFilterNames, aFilterTypes;
- void fillNetscapePluginFilters( Sequence< OUString >& rNames, Sequence< OUString >& rTypes );
fillNetscapePluginFilters( aFilterNames, aFilterTypes );
Reference< XComponentContext > xContext( ::comphelper::getProcessComponentContext() );