summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:30 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-23 13:58:42 +0200
commit794102acd8b325c565d34d3e3f73f6c83a80cf7c (patch)
treea10fbf68e108aef36442f66bf197eb79c129f479 /forms
parentec72bb42e54e5a1ca0f5c54bb6dc656936a16bcf (diff)
Fix typos
Change-Id: If81c6224abbd0028bcc446159cf12436e89325d8 Reviewed-on: https://gerrit.libreoffice.org/73421 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/DatabaseForm.hxx4
1 files 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
// </properties>
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);