https://bugs.documentfoundation.org/show_bug.cgi?id=173240
--- Comment #2 from Justin L <[email protected]> --- >From bug 86630 comment 38: > In order for mirroring to work, both a left and right page must exist. > Therefore the wizard will ignore the mirror command unless two pages exist > (or three if the first header is already not shared). https://gerrit.libreoffice.org/c/core/+/151152 contains const size_t nMirrorPagesNeeded = rDesc.IsFirstShared() ? 2 : 3; So it was definitely a known 'problem', with no known solution. -- You are receiving this mail because: You are the assignee for the bug.
