diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-18 14:58:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-19 13:05:03 +0200 |
commit | 262313da25b58b118fb0853d37e40cd1454de912 (patch) | |
tree | 5820dc5b0d56ac9ba54027fe3f56e8559596e671 /sc/source/ui/cctrl/popmenu.cxx | |
parent | d6b0a7458be897684352eabe1a2cffc0847c8600 (diff) |
sal_Bool->bool
Change-Id: If63608ab410a46704bd4bde5ade2f51c50242f9a
Diffstat (limited to 'sc/source/ui/cctrl/popmenu.cxx')
-rw-r--r-- | sc/source/ui/cctrl/popmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/cctrl/popmenu.cxx b/sc/source/ui/cctrl/popmenu.cxx index a020d96e0d5c..9d30eb3c495f 100644 --- a/sc/source/ui/cctrl/popmenu.cxx +++ b/sc/source/ui/cctrl/popmenu.cxx @@ -24,7 +24,7 @@ void ScPopupMenu::Select() { nSel = GetCurItemId(); - bHit = sal_True; + bHit = true; } |