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

sasha.libreoff...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #16 from sasha.libreoff...@gmail.com 2012-03-02 01:35:32 PST ---
Thanks for attachment. Alas, I do not know how fix this problem.
As temporary solution, You can use this Basic macro:

Sub SetPageSizeLetter()
    Dim oDoc as Object
    oDoc = ThisComponent
    oStyle = oDoc.StyleFamilies.getByName("PageStyles").getByName("Default")
    ' units of 1/1000 cm
    oStyle.Width = 21590
    oStyle.Height = 27940
End Sub

Copy-paste it to existing macros, assign it to Menu or Toolbar or Keyboard
shortcut
Then use this macro each time when opening txt file to quick change format
If appears some question, please, tell me. Meanwhile I will ask expert.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to