diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-26 18:06:14 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-28 04:32:09 +0200 |
commit | f7a065f8cb3270a3fae382325e87dbec5e9a16fa (patch) | |
tree | 0876a14750126436ba10dc3c604a86e51d55f22a /include/toolkit | |
parent | 5000b334e99f9c917c57726960fd51a6c2d7f90e (diff) |
Fix mbRefeshingPeer -> mbRefreshingPeer
It passed "make check" on Linux.
Change-Id: Ia28f23b78b467fc70431fa4a7ed41ae2f3a4c5fd
Reviewed-on: https://gerrit.libreoffice.org/61046
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/controls/unocontrol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/controls/unocontrol.hxx b/include/toolkit/controls/unocontrol.hxx index 29dd824f88bc..7bc020140686 100644 --- a/include/toolkit/controls/unocontrol.hxx +++ b/include/toolkit/controls/unocontrol.hxx @@ -103,7 +103,7 @@ protected: maAccessibleContext; /// our most recent XAccessibleContext instance bool mbDisposePeer; - bool mbRefeshingPeer; + bool mbRefreshingPeer; bool mbCreatingPeer; bool mbCreatingCompatiblePeer; bool mbDesignMode; |