summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/indexes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/indexes.hxx')
-rw-r--r--dbaccess/source/ui/inc/indexes.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/indexes.hxx b/dbaccess/source/ui/inc/indexes.hxx
index 75bd5b44ba63..068a5dec5026 100644
--- a/dbaccess/source/ui/inc/indexes.hxx
+++ b/dbaccess/source/ui/inc/indexes.hxx
@@ -31,9 +31,7 @@ namespace dbaui
struct OIndexField
{
OUString sFieldName;
- bool bSortAscending;
-
- OIndexField() : bSortAscending(true) { }
+ bool bSortAscending = true;
};
typedef std::vector<OIndexField> IndexFields;