summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/findunusedcode2
-rw-r--r--chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx5
-rw-r--r--chart2/source/controller/inc/dlg_ChartType_UNO.hxx2
-rw-r--r--include/svx/svdograf.hxx1
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.cxx4
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.hxx1
-rw-r--r--svx/source/svdraw/svdograf.cxx5
-rw-r--r--unusedcode.easy1
8 files changed, 1 insertions, 20 deletions
diff --git a/bin/findunusedcode b/bin/findunusedcode
index 5b2205602d75..61ba6543303a 100755
--- a/bin/findunusedcode
+++ b/bin/findunusedcode
@@ -25,7 +25,7 @@ echo "--without-doxygen
--enable-gtk3
--enable-kde4
--enable-dbus
---enable-gstreamer
+--enable-gstreamer-1-0
--disable-gstreamer-0-10" \
> autogen.input
diff --git a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
index 9cd0f7c863f1..68c6c188eb76 100644
--- a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
+++ b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
@@ -25,11 +25,6 @@
namespace chart
{
using namespace ::com::sun::star;
-uno::Reference< uno::XInterface >
- SAL_CALL ChartTypeUnoDlg::Create(const uno::Reference< uno::XComponentContext >& _xContext)
-{
- return *(new ChartTypeUnoDlg(_xContext));
-}
ChartTypeUnoDlg::ChartTypeUnoDlg( const uno::Reference< uno::XComponentContext >& _xContext )
: ChartTypeUnoDlg_BASE( _xContext )
{
diff --git a/chart2/source/controller/inc/dlg_ChartType_UNO.hxx b/chart2/source/controller/inc/dlg_ChartType_UNO.hxx
index 98bb3d160ca3..9a00d9693005 100644
--- a/chart2/source/controller/inc/dlg_ChartType_UNO.hxx
+++ b/chart2/source/controller/inc/dlg_ChartType_UNO.hxx
@@ -39,8 +39,6 @@ public:
// XServiceInfo - static methods
static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static(void);
static OUString getImplementationName_Static(void) throw( ::com::sun::star::uno::RuntimeException );
- static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
- SAL_CALL Create(const ::com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >&);
private:
virtual ~ChartTypeUnoDlg();
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx
index d6cb3d2e16e8..399bcbd1774f 100644
--- a/include/svx/svdograf.hxx
+++ b/include/svx/svdograf.hxx
@@ -138,7 +138,6 @@ public:
private:
void ForceSwapIn() const;
- void ForceSwapOut() const;
public:
void SetGraphicLink(const OUString& rFileName, const OUString& rReferer, const OUString& rFilterName);
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx b/sc/source/ui/optdlg/calcoptionsdlg.cxx
index 06e74fafdd9e..1510411f410a 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.cxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx
@@ -812,10 +812,6 @@ void ScCalcOptionsDialog::EditFieldValueChanged(Control *pCtrl)
}
}
-void ScCalcOptionsDialog::WhiteAndBlackListSelectionChanged()
-{
-}
-
OUString ScCalcOptionsDialog::toString(formula::FormulaGrammar::AddressConvention eConv) const
{
switch (eConv)
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx
index d8115c2594b7..bc52291bea36 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.hxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx
@@ -53,7 +53,6 @@ private:
void SelectedDeviceChanged();
void SpinButtonValueChanged();
void EditFieldValueChanged(Control *pCtrl);
- void WhiteAndBlackListSelectionChanged();
#if HAVE_FEATURE_OPENCL
void fillOpenCLList();
#endif
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index ca34e7e98084..c2bbeb1135e6 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -588,11 +588,6 @@ void SdrGrafObj::ForceSwapIn() const
}
}
-void SdrGrafObj::ForceSwapOut() const
-{
- pGraphic->FireSwapOutRequest();
-}
-
void SdrGrafObj::ImpLinkAnmeldung()
{
sfx2::LinkManager* pLinkManager = pModel != NULL ? pModel->GetLinkManager() : NULL;
diff --git a/unusedcode.easy b/unusedcode.easy
index 433c41064cc0..2eb975d17988 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -166,7 +166,6 @@ apitest::XTextContent::testGetAnchor()
apitest::XTextField::testGetPresentation()
basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon const&)
canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&)
-chart::ChartTypeUnoDlg::Create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)
chart::ShapeToolbarController::create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)
comphelper::OAccessibleImplementationAccess::setStateBit(short, bool)
comphelper::ThreadPool::getSharedOptimalPool()