https://bugs.freedesktop.org/show_bug.cgi?id=74627

--- Comment #7 from [email protected] ---
Created attachment 101428
  --> https://bugs.freedesktop.org/attachment.cgi?id=101428&action=edit
same as "blank-with-few-shapes.vsd" but in portrait

note: "blank-with-few-shapes_portrait.vsd" - just changed orientation from
landscape to portrait and saved (with visio2010/german).

1. it doesn't seem to happen when the visio sheet/slide is in portrait mode.

2. refering to
https://github.com/LibreOffice/libvisio/blob/master/src/lib/VSDPages.cpp i'd
say it's not a libvisio issue as i can't find a orientation (just width &
height).

3. i guess something simple like this would fix it:
  orientation = square/unkown/custom?;
  if (width > height) {
    orientation = landscape;
  } else if (width < height) 
    orientation = portrait;
  }

ps: thx to Peter Maunder for pointing to the correct english menus.
pps: confirmation from the developers would be nice :)

btw, see bug #71381 for the lost/omitted sheet/slide names

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to