dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 54dee68a816c0109916707a475772c02334c6014 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Jul 21 11:04:19 2018 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Jul 22 14:55:23 2018 +0200 Fix typos in code It passed "make check" on Linux Change-Id: I5140beaf2115005c197c1e47f4d2df073a761ed4 Reviewed-on: https://gerrit.libreoffice.org/57773 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins 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); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits