summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-31 16:58:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-01 10:34:18 +0200
commit578dc3477011e4bdcaf703533c1def9d55000de4 (patch)
treead7c181a072f02e8668b5f70b1963b03190be65d /dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
parent262ab496955582341e1f383c6eff9a0bb37dd9d7 (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: I3482e32e3ce4a7ebfa04f9d54e2ab23c164f50c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101808 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryViewSwitch.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryViewSwitch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
index 626a1f346e44..fec372e29038 100644
--- a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
+++ b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
@@ -284,10 +284,10 @@ void OQueryViewSwitch::reset()
switchView( nullptr );
}
-void OQueryViewSwitch::setNoneVisbleRow(sal_Int32 _nRows)
+void OQueryViewSwitch::setNoneVisibleRow(sal_Int32 _nRows)
{
if(m_pDesignView)
- m_pDesignView->setNoneVisbleRow(_nRows);
+ m_pDesignView->setNoneVisibleRow(_nRows);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */