summaryrefslogtreecommitdiffstats
path: root/include/dbaccess/dataview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/dataview.hxx')
-rw-r--r--include/dbaccess/dataview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/dataview.hxx b/include/dbaccess/dataview.hxx
index b50149299f38..8189cc93a4f0 100644
--- a/include/dbaccess/dataview.hxx
+++ b/include/dbaccess/dataview.hxx
@@ -61,7 +61,7 @@ namespace dbaui
/** will be called when the controls need to be resized.
*/
- virtual void resizeControls(const Size& /*_rDiff*/) { Resize(); }
+ void resizeControls(const Size& /*_rDiff*/) { Resize(); }
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > getORB() { return m_xContext;}