summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/cellsh.cxx')
-rw-r--r--sc/source/ui/view/cellsh.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/sc/source/ui/view/cellsh.cxx b/sc/source/ui/view/cellsh.cxx
index b432808cbebc..40e9c650f0a7 100644
--- a/sc/source/ui/view/cellsh.cxx
+++ b/sc/source/ui/view/cellsh.cxx
@@ -372,14 +372,7 @@ void ScCellShell::GetCellState( SfxItemSet& rSet )
{
ScAddress aPos( GetViewData()->GetCurX(), GetViewData()->GetCurY(), GetViewData()->GetTabNo() );
// Allow editing annotation by Id (without selecting the cell) for LOK
- if( isLOKNoTiledAnnotations || rDoc.GetNote(aPos) )
- {
- bDisable = false;
- }
- else
- {
- bDisable = true;
- }
+ bDisable = !(isLOKNoTiledAnnotations || rDoc.GetNote(aPos));
}
break;
}
x/source/unodraw/unoshap4.cxx?h=private/mcecchetti/gl-program-binary&id=3e6ff5ed37d810e732994a983afa25f9a0ac3901'>coverity#1247637 Uncaught exceptionCaolán McNamara 2014-10-13oox: refactor embedded media importMichael Stahl 2014-09-04coverity#983930 Uncaught exceptionCaolán McNamara 2014-09-02coverity#707263 Uncaught exceptionCaolán McNamara 2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante 2014-07-10Move the embedded object to the impl class.Kohei Yoshida 2014-06-17coverity#1209943 Uncaught exceptionCaolán McNamara 2014-05-27coverity#1209946 Uncaught exceptionCaolán McNamara 2014-05-27coverity#1209947 Uncaught exceptionCaolán McNamara 2014-05-27coverity#1209948 Uncaught exceptionCaolán McNamara 2014-05-27cid#707262 Uncaught exceptionNoel Grandin 2014-05-16ODF filters: fallback glTF model to bitmap for older versionsZolnai Tamás 2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist 2014-04-17coverity#1202899 Uncaught exceptionCaolán McNamara 2014-04-15svx: sal_Bool->boolNoel Grandin 2014-04-15tie lifetime of some objects togetherMarkus Mohrhard 2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás 2014-03-14svx: sal_Bool->boolNoel Grandin 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from svxAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-01-29add ugly hack to work around SvxDrawPage::add only accepting SvxShapeMarkus Mohrhard 2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann 2013-11-18Simplify avmedia::MediaItem::setURLStephan Bergmann 2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin 2013-11-08earlier failure in debug modeLionel Elie Mamane 2013-06-07sal_Bool to boolTakeshi Abe 2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy 2013-04-17sal_Bool to boolTakeshi Abe 2013-04-14Resolves: #i119735# missing css.svg.SVGWriter when using GraphicProviderArmin Le Grand 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-01-17Const correct-ness in one place...Kohei Yoshida 2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida 2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky