diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-12 10:46:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-12 10:46:26 +0300 |
commit | b0ca4765f304dbef11dbad932c13bf00e245f684 (patch) | |
tree | 83bf311aaba13456a5fcebaf3af2066b04935eb5 /sc/source/ui | |
parent | cd22c3442389f69fc1cc14dd07b17f5a59498e5e (diff) |
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: Idfecaf013426bb549d3148fe0cab4c9e6c05dd2e
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 8a47818fe6dd..be97bc67ac20 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -3050,7 +3050,7 @@ void ScGridWindow::Command( const CommandEvent& rCEvt ) Link aLink = LINK( this, ScGridWindow, PopupSpellingHdl ); pEditView->ExecuteSpellPopup( aMenuPos, &aLink ); - bDone = sal_True; + bDone = true; } } else if ( !bMouse ) |