| Summary: | OPEN: Drawing's save unit should be used when opening it | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Robert Gonzalez MX <ggrc670> |
| Component: | Draw | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | CC: | ggrc670, heiko.tietze, philipz85 |
| Priority: | medium | Keywords: | needsDevEval, topicUI |
| Version: | Inherited From OOo | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=83325 https://bugs.documentfoundation.org/show_bug.cgi?id=86856 https://bugs.documentfoundation.org/show_bug.cgi?id=59068 https://bugs.documentfoundation.org/show_bug.cgi?id=78035 |
||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 100467 | ||
| Attachments: |
Testfile in meters
Test file in inches |
||
|
Description
Robert Gonzalez MX
2016-03-05 21:59:25 UTC
Created attachment 123321 [details]
Testfile in meters
Created attachment 123322 [details]
Test file in inches
Totally agree that if the unit is being saved into the file, then Draw should change temporarily change the default unit while the file is open. So i went digging into a odg file and yep we are saving the unit in the ./settings.xml like so, where 3 is equal to cm. <config:config-item config:name="MeasureUnit" config:type="short">3</config:config-item> |