summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewdata.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-07-29 22:44:06 +0200
committerEike Rathke <erack@redhat.com>2016-07-29 22:45:22 +0200
commitbb442b7ee6bf93f791cfef007c3e9375afde8655 (patch)
tree5a67ff8bf3fe13916d4e0b133cb808df8e0bb153 /sc/source/ui/inc/viewdata.hxx
parent4e58115b2d7f80450b40e27187e45e3ac9babde0 (diff)
rename SelectionForbidsPaste() to SelectionForbidsCellFill()
... which is more appropriate for what it does now. Change-Id: If82420485e945598cf267b00bba2de69477671eb
Diffstat (limited to 'sc/source/ui/inc/viewdata.hxx')
-rw-r--r--sc/source/ui/inc/viewdata.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index 141e758729a3..1e717cc98668 100644
--- a/sc/source/ui/inc/viewdata.hxx
+++ b/sc/source/ui/inc/viewdata.hxx
@@ -354,8 +354,11 @@ public:
bool IsMultiMarked();
- /// Disallow paste on Ctrl+A all selected. We'd go DOOM.
- bool SelectionForbidsPaste();
+ /** Disallow cell fill (Paste,Fill,...) on Ctrl+A all
+ selected or another high amount of selected cells.
+ We'd go DOOM.
+ */
+ bool SelectionForbidsCellFill();
/// Determine DOOM condition, i.e. from selected range.
static bool SelectionFillDOOM( const ScRange& rRange );