diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-04 21:13:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-05 09:42:30 +0200 |
commit | 017f90788c330d2e35a9c05a56b564d0ab4aafaf (patch) | |
tree | 3f981771f76cad932fd2f292500fc26ac72718f2 | |
parent | d6acdb786c25619ed02d20dde7fe082b11d4a8dc (diff) |
nFamily is already set to SfxStyleFamily::Para
Change-Id: Idbe36ef183148ea126e90ff14f011d403dbaa62f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93447
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/source/uibase/app/docst.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/app/docst.cxx b/sw/source/uibase/app/docst.cxx index 9b7d70ae15c7..a26e30f99d1a 100644 --- a/sw/source/uibase/app/docst.cxx +++ b/sw/source/uibase/app/docst.cxx @@ -366,8 +366,6 @@ void SwDocShell::ExecStyleSheet( SfxRequest& rReq ) if( !pArgs ) { - nFamily = SfxStyleFamily::Para; - switch (nSlot) { case SID_STYLE_NEW_BY_EXAMPLE: |