From 794102acd8b325c565d34d3e3f73f6c83a80cf7c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:23:30 +0000 Subject: [PATCH] Fix typos Change-Id: If81c6224abbd0028bcc446159cf12436e89325d8 Reviewed-on: https://gerrit.libreoffice.org/73421 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- forms/source/component/DatabaseForm.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx index 19483b27db5e..3e5c161f5743 100644 --- a/forms/source/component/DatabaseForm.hxx +++ b/forms/source/component/DatabaseForm.hxx @@ -207,8 +207,8 @@ class ODatabaseForm :public OFormComponents // bool m_bLoaded : 1; bool m_bSubForm : 1; - bool m_bForwardingConnection : 1; // sal_True if we're setting the ActiveConnection on the aggregate - bool m_bSharingConnection : 1; // sal_True if the connection we're using is shared with out parent + bool m_bForwardingConnection : 1; // true if we're setting the ActiveConnection on the aggregate + bool m_bSharingConnection : 1; // true if the connection we're using is shared with our parent public: explicit ODatabaseForm(const css::uno::Reference< css::uno::XComponentContext>& _rxFactory);