diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:00:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:26:23 +0100 |
commit | cc2606a785bf1a57623b8c58e7388112279f6b9e (patch) | |
tree | 044470773656db0b31ae1381672fa27f6811dd50 /sc/source/ui/drawfunc/fumark.cxx | |
parent | dbac5ccaf8fd106ea424d362c0f9b32b7d043543 (diff) |
bool improvements
Change-Id: I740c0e18eefc64cb5f1da5b88ceb77289790ec37
Diffstat (limited to 'sc/source/ui/drawfunc/fumark.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fumark.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/fumark.cxx b/sc/source/ui/drawfunc/fumark.cxx index b0d5f1023019..882c307990f3 100644 --- a/sc/source/ui/drawfunc/fumark.cxx +++ b/sc/source/ui/drawfunc/fumark.cxx @@ -217,7 +217,7 @@ void FuMarkRect::Activate() ScMarkData& rMark = pViewData->GetMarkData(); if ( !rMark.IsMultiMarked() && !rMark.IsMarked() ) - pViewShell->MarkDataArea( sal_True ); + pViewShell->MarkDataArea( true ); pViewData->GetMultiArea( aSourceRange ); // Mehrfachselektion erlaubt |