To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44716
                  Issue #:|44716
                  Summary:|Documents that are opened "hidden" show when they are
                          |stored
                Component:|api
                  Version:|680m84
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|as
              Reported by:|sw





------- Additional comments from [EMAIL PROTECTED] Thu Mar 10 06:00:01 -0800 
2005 -------
Just execute the following macro to reproduce the behaviour

Sub Main
        dim loadprops(1) as new com.sun.star.beans.PropertyValue
        loadprops(1).Name="Hidden"
        loadprops(1).Value=true
        xComp =
StarDesktop.loadComponentFromURL("file:///x:/sw/hidden.ods","_blank",0,loadprops())
        xComp.storeToURL("file:///x:/sw/hidden2.ods", dimArray())
End Sub

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to