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>
This commit is contained in:
Andrea Gelmini 2019-05-14 21:23:30 +00:00 committed by Julien Nabet
parent ec72bb42e5
commit 794102acd8

View File

@ -207,8 +207,8 @@ class ODatabaseForm :public OFormComponents
// </properties> // </properties>
bool m_bLoaded : 1; bool m_bLoaded : 1;
bool m_bSubForm : 1; bool m_bSubForm : 1;
bool m_bForwardingConnection : 1; // sal_True if we're setting the ActiveConnection on the aggregate bool m_bForwardingConnection : 1; // 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_bSharingConnection : 1; // true if the connection we're using is shared with our parent
public: public:
explicit ODatabaseForm(const css::uno::Reference< css::uno::XComponentContext>& _rxFactory); explicit ODatabaseForm(const css::uno::Reference< css::uno::XComponentContext>& _rxFactory);