summaryrefslogtreecommitdiffstats
path: root/forms/source/component/DatabaseForm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 11:01:29 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 11:07:13 +0200
commit771d9ef3f65785092267f6068384e8cdda17f883 (patch)
treed9a71fb8932a3d29b459eabd353f935eae504bd5 /forms/source/component/DatabaseForm.hxx
parentrename test case (diff)
downloadcore-771d9ef3f65785092267f6068384e8cdda17f883.tar.gz
core-771d9ef3f65785092267f6068384e8cdda17f883.zip
loplugin:unusedmethods forms
Change-Id: I6b7938e948fb1422f83e2175fee5fcabe0a0b83f
Diffstat (limited to 'forms/source/component/DatabaseForm.hxx')
-rw-r--r--forms/source/component/DatabaseForm.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index 2bcf96e649f3..5e6c4ab51e6b 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -436,8 +436,6 @@ public:
// XCloneable
virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- inline void submitNBC( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& Control, const ::com::sun::star::awt::MouseEvent& MouseEvt );
-
protected:
// OPropertySetAggregationHelper overridables
virtual void forwardingPropertyValue( sal_Int32 _nHandle ) SAL_OVERRIDE;
@@ -542,11 +540,6 @@ protected:
using OPropertySetHelper::getPropertyValues;
};
-inline void ODatabaseForm::submitNBC(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& Control, const ::com::sun::star::awt::MouseEvent& MouseEvt)
-{
- submit_impl(Control, MouseEvt, false);
-}
-
} // namespace frm