diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-01 05:41:51 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-11 08:01:22 +0200 |
commit | f76aa6633452b1bc82d6742986b86f7045c3a7a0 (patch) | |
tree | 2d590799fe20328bc6d8a6eaf97d65d10d043542 /sc/source/ui/view/cellsh.cxx | |
parent | 17675467b695967bcb02356be617448949ee60a5 (diff) |
first part for new conditional format dialog
Change-Id: I97d025e468d6c90cdb780c3654706df20300429a
Diffstat (limited to 'sc/source/ui/view/cellsh.cxx')
-rw-r--r-- | sc/source/ui/view/cellsh.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/view/cellsh.cxx b/sc/source/ui/view/cellsh.cxx index 62150edd97d8..a9a9e1d5e0a2 100644 --- a/sc/source/ui/view/cellsh.cxx +++ b/sc/source/ui/view/cellsh.cxx @@ -222,20 +222,6 @@ void ScCellShell::GetBlockState( SfxItemSet& rSet ) || ((nCol2 - nCol1) < 2) || ((nRow2 - nRow1) < 2); break; - case SID_OPENDLG_CONDFRMT : - { - if ( !bEditable && bOnlyNotBecauseOfMatrix ) - { - bNeedEdit = false; - } - if ( pDocShell && pDocShell->IsDocShared() ) - { - bDisable = sal_True; - } - } - break; - - case FID_CONDITIONAL_FORMAT : case SID_CELL_FORMAT_RESET : case FID_CELL_FORMAT : case SID_ENABLE_HYPHENATION : |