summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 12:34:24 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 12:34:55 +0200
commit1e3996ce83b786fc61cedda0ec8f9a9ad358f032 (patch)
treeed42ef842cc466f2796bb2056846831037761d57 /dbaccess/source/ui/querydesign
parentb51ea041dbcda1428fb5bfb6a5e8d8092fbc9226 (diff)
loplugin:unnecessaryoverride in dbaccess
Change-Id: I458092403faa46f80957a55b48374678e196de11
Diffstat (limited to 'dbaccess/source/ui/querydesign')
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindow.cxx5
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindow.hxx1
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx5
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx1
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx5
5 files changed, 0 insertions, 17 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableWindow.cxx b/dbaccess/source/ui/querydesign/QTableWindow.cxx
index 041c4d0d0f7e..6f5ae57a7f35 100644
--- a/dbaccess/source/ui/querydesign/QTableWindow.cxx
+++ b/dbaccess/source/ui/querydesign/QTableWindow.cxx
@@ -184,9 +184,4 @@ bool OQueryTableWindow::ExistsAVisitedConn() const
return static_cast<const OQueryTableView*>(getTableView())->ExistsAVisitedConn(this);
}
-void OQueryTableWindow::KeyInput( const KeyEvent& rEvt )
-{
- OTableWindow::KeyInput( rEvt );
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/querydesign/QTableWindow.hxx b/dbaccess/source/ui/querydesign/QTableWindow.hxx
index e9cb775783cd..e9ac4e63c4d6 100644
--- a/dbaccess/source/ui/querydesign/QTableWindow.hxx
+++ b/dbaccess/source/ui/querydesign/QTableWindow.hxx
@@ -50,7 +50,6 @@ namespace dbaui
virtual OUString GetName() const override { return GetWinName(); }
protected:
- virtual void KeyInput( const KeyEvent& rEvt ) override;
virtual void OnEntryDoubleClicked(SvTreeListEntry* pEntry) override;
// is called from DoubleClickHdl of the ListBox
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index bd91b53a3db8..60e6ea3b62ec 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -1849,11 +1849,6 @@ void OSelectionBrowseBox::AddOrder( const OTableFieldDescRef& rInfo, const EOrde
}
}
-void OSelectionBrowseBox::ArrangeControls(sal_uInt16& nX, sal_uInt16 nY)
-{
- EditBrowseBox::ArrangeControls(nX, nY);
-}
-
bool OSelectionBrowseBox::Save()
{
bool bRet = true;
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
index d11d45798faa..4fad23f3af48 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
@@ -192,7 +192,6 @@ namespace dbaui
virtual void MouseButtonUp( const BrowserMouseEvent& rEvt ) override;
virtual void KeyInput( const KeyEvent& rEvt ) override;
virtual void Command(const CommandEvent& rEvt) override;
- virtual void ArrangeControls(sal_uInt16& nX, sal_uInt16 nY) override;
virtual ::svt::CellController* GetController(long nRow, sal_uInt16 nCol) override;
virtual void InitController(::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol) override;
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx
index 499aefb19894..cf07fa1ef03d 100644
--- a/dbaccess/source/ui/querydesign/querycontroller.cxx
+++ b/dbaccess/source/ui/querydesign/querycontroller.cxx
@@ -365,11 +365,6 @@ Reference< XPropertySetInfo > SAL_CALL OQueryController::getPropertySetInfo() th
return xInfo;
}
-void SAL_CALL OQueryController::setFastPropertyValue_NoBroadcast( sal_Int32 i_nHandle, const Any& i_rValue ) throw ( Exception, std::exception )
-{
- OPropertyContainer::setFastPropertyValue_NoBroadcast( i_nHandle, i_rValue );
-}
-
void SAL_CALL OQueryController::getFastPropertyValue( Any& o_rValue, sal_Int32 i_nHandle ) const
{
switch ( i_nHandle )