diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:16:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:25:39 +0200 |
commit | 6009d338236733006e69b184bfcfab355fa81493 (patch) | |
tree | dba220ce007e18eef94df5ea84762257e216f1fd /dbaccess/source/ui/querydesign/TableWindow.cxx | |
parent | e5434c67b183b0baae675321382d41ef3cc4f4e1 (diff) |
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I5cd8fd979fd4caa3d7cde599096627bfdd0dec7e
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableWindow.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/TableWindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx b/dbaccess/source/ui/querydesign/TableWindow.cxx index 903337bba807..d7dbc5eef76c 100644 --- a/dbaccess/source/ui/querydesign/TableWindow.cxx +++ b/dbaccess/source/ui/querydesign/TableWindow.cxx @@ -704,7 +704,7 @@ bool OTableWindow::PreNotify(NotifyEvent& rNEvt) pView->EnsureVisible(GetData()->GetPosition(), GetData()->GetSize()); pView->TabWinMoved(this,aOldDataPoint); Invalidate(InvalidateFlags::NoChildren); - getDesignView()->getController().setModified( sal_True ); + getDesignView()->getController().setModified( true ); } else { |