diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-05-13 23:26:20 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-05-13 23:26:20 +0200 |
commit | a362f15f85fc3f00ea3144f763798131cb66e3e3 (patch) | |
tree | 36519d7e7afe6c643fdd0c781fddb069ff86648e /include/dbaccess/genericcontroller.hxx | |
parent | 036a660a86c225992c7cab083073374c40b1f366 (diff) |
Typo: shoud -> should
Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735
Diffstat (limited to 'include/dbaccess/genericcontroller.hxx')
-rw-r--r-- | include/dbaccess/genericcontroller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx index 43b7546094dd..e11098df228a 100644 --- a/include/dbaccess/genericcontroller.hxx +++ b/include/dbaccess/genericcontroller.hxx @@ -239,7 +239,7 @@ namespace dbaui StateCache m_aStateCache; // save the current status of feature state Dispatch m_arrStatusListener; // all our listeners where we dispatch status changes OAsyncronousLink m_aAsyncInvalidateAll; - OAsyncronousLink m_aAsyncCloseTask; // called when a task shoud be closed + OAsyncronousLink m_aAsyncCloseTask; // called when a task should be closed ::com::sun::star::uno::Reference< ::com::sun::star::util::XURLTransformer > m_xUrlTransformer; // needed sometimes ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext; |