[Libreoffice-commits] core.git: dbaccess/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Jul 22 12:55:43 UTC 2018
dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 54dee68a816c0109916707a475772c02334c6014
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jul 21 11:04:19 2018 +0200
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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);
}
More information about the Libreoffice-commits
mailing list