From 5c35913309120038b6c6385854a9fd97b3ee76d2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 00:30:27 +0200 Subject: Fix typos Change-Id: I0b5182a3cec87ee44b7467d6e8e3d1c21ce93ac2 Reviewed-on: https://gerrit.libreoffice.org/77680 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/dbaccess/dataview.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dbaccess') 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 m_xController; // the controller in where we resides in + rtl::Reference m_xController; // the controller where we reside in VclPtr m_aSeparator; ::std::unique_ptr< ::svt::AcceleratorExecute> m_pAccel; -- cgit