summaryrefslogtreecommitdiff
path: root/include/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess')
-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 6394539dcff7..53d6b490acd9 100644
--- a/include/dbaccess/dataview.hxx
+++ b/include/dbaccess/dataview.hxx
@@ -51,7 +51,7 @@ namespace dbaui
css::uno::Reference< css::uno::XComponentContext > m_xContext; // the service factory to work with
protected:
- rtl::Reference<IController> m_xController; // the controller in where we resides in
+ rtl::Reference<IController> m_xController; // the controller where we reside in
VclPtr<FixedLine> m_aSeparator;
::std::unique_ptr< ::svt::AcceleratorExecute> m_pAccel;