To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103773
                 Issue #|103773
                 Summary|Basic editor always save to a new file
               Component|framework
                 Version|OOo 2.4.1
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|tm
             Reported by|spiroo





------- Additional comments from spi...@openoffice.org Fri Jul 24 09:53:01 
+0000 2009 -------
Basic editor always save to a new file.
I saw that because i wanted to use hard links on xba files.

> ln ~/.openoffice.org2/user/basic/Standard/Module1.xba ~/Module1.xba

creates a file Module1.xba which shares its data with
~/.openoffice.org2/user/basic/Standard/Module1.xba
one verifies that with the inode number

> ls -1i .openoffice.org2/user/basic/Standard/Module1.xba Module1.xba
868503 Module1.xba
868503 .openoffice.org2/user/basic/Standard/Module1.xba

then open OOo, go to the macro editor, edit the Module1 in Standard and save it

> ls -1i .openoffice.org2/user/basic/Standard/Module1.xba Module1.xba
868503 Module1.xba
868548 .openoffice.org2/user/basic/Standard/Module1.xba

The basic file has been saved to a new file, making obsolete the hard link.

Tested on OOo 2.4

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org


Reply via email to