summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-18 12:14:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-18 13:02:39 +0200
commitb71ff0db856c7fbc3505f2663aee568fa47fc067 (patch)
tree23dc10b5587ca72ff980af112156b809c50bb0b4 /dbaccess
parentfb0bf56948d7f968717f4a3f53ce56e320cd5f36 (diff)
convert ExtendedWinBits to a single bool flag
Change-Id: I2ff15a7f485ffdfb78eaabd529d19065faeb4c53 Reviewed-on: https://gerrit.libreoffice.org/41277 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx
index 67d3d92d79f5..eac3e20a74ad 100644
--- a/dbaccess/source/ui/app/AppDetailView.cxx
+++ b/dbaccess/source/ui/app/AppDetailView.cxx
@@ -78,7 +78,7 @@ OCreationList::OCreationList( OTasksWindow& _rParent )
{
SetSpaceBetweenEntries(SPACEBETWEENENTRIES);
SetSelectionMode( SelectionMode::NONE );
- SetExtendedWinBits( EWB_NO_AUTO_CURENTRY );
+ SetNoAutoCurEntry( true );
SetNodeDefaultImages( );
EnableEntryMnemonics();
}