https://issues.apache.org/ooo/show_bug.cgi?id=125497
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Regina Henschel <[email protected]> --- Michael, you can hide the zoom slider only. Copy the file "status.xml" from <installation path>/share/config/soffice.cfg/modules/swriter/statusbar to the corresponding folder in your OpenOffice "user" folder. Open the copied file in an editor and "comment out" the line, which is responsible for the zoom slider: ... <statusbar:statusbaritem xlink:href=".uno:Size" statusbar:align="left" statusbar:autosize="true" statusbar:ownerdraw="true" statusbar:width="129"/> <statusbar:statusbaritem xlink:href=".uno:ViewLayout" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="63"/> <!-- <statusbar:statusbaritem xlink:href=".uno:ZoomSlider" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="130"/> --> <statusbar:statusbaritem xlink:href=".uno:Zoom" statusbar:align="center" statusbar:width="35"/> </statusbar:statusbar> If you need help in this, ask in forum or mailing list. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
