diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:09:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:09:11 +0100 |
commit | 2dca0ccf0760a64eab986c178873926a6a125cc5 (patch) | |
tree | b6c347ade8f5aaaf7961accefb9e2eb289b09806 /dbaccess | |
parent | a97a16d330b238f2d05a6f073d417830468e54e2 (diff) |
Fix typo recieved/received
Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/brwctrlr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx index 6fa6097e28ba..59d464764922 100644 --- a/dbaccess/source/ui/inc/brwctrlr.hxx +++ b/dbaccess/source/ui/inc/brwctrlr.hxx @@ -114,7 +114,7 @@ namespace dbaui sal_uInt16 m_nFormActionNestingLevel; // see enter-/leaveFormAction sal_Bool m_bLoadCanceled : 1; // the load was canceled somehow - bool m_bCannotSelectUnfiltered : 1; // recieved an DATA_CANNOT_SELECT_UNFILTERED error + bool m_bCannotSelectUnfiltered : 1; // received an DATA_CANNOT_SELECT_UNFILTERED error protected: class FormErrorHelper |