diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-21 11:04:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-22 14:55:23 +0200 |
commit | 54dee68a816c0109916707a475772c02334c6014 (patch) | |
tree | 4012b9aec0d17ac973d998460f95f0587d75fa18 /dbaccess | |
parent | 6f053176f0e046c2c0b3fd3927024466a4ec999a (diff) |
Fix typos in code
It passed "make check" on Linux
Change-Id: I5140beaf2115005c197c1e47f4d2df073a761ed4
Reviewed-on: https://gerrit.libreoffice.org/57773
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx index d06dbce1abf8..384698df1aa9 100644 --- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx +++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx @@ -56,7 +56,7 @@ using namespace ::com::sun::star::accessibility; #define DEFAULT_QUERY_COLS 20 #define DEFAULT_SIZE GetTextWidth("0") * 30 #define HANDLE_ID 0 -#define HANDLE_COLUMN_WITDH 70 +#define HANDLE_COLUMN_WIDTH 70 #define SORT_COLUMN_NONE 0xFFFFFFFF namespace @@ -392,7 +392,7 @@ void OSelectionBrowseBox::PreFill() DeactivateCell(); RemoveColumns(); - InsertHandleColumn( HANDLE_COLUMN_WITDH ); + InsertHandleColumn( HANDLE_COLUMN_WIDTH ); SetUpdateMode(true); } |