• Stephan Bergmann's avatar
    Partly revert "Appears SwView::SetMoveType no longer really does anything" · c6abb084
    Stephan Bergmann yazdı
    This reverts most of commit a50a2111, where the
    -Werror,-Wunused-variable for SwView::SetMoveType's aColor (after
    3e8fe4d8 "Remove the Navigator buttons below the
    scrollbar in Writer" had removed its use) had erroneously make me think that
    SwView::SetMoveType now effectively didn't do anything anymore, failing to note
    the
    
      m_nMoveType = nSet;
    
    part that was still relevant.
    
    Change-Id: I5e43886806533e80e238fef8d836e09e28209b6d
    c6abb084
view.hxx 26.1 KB