To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57679
                  Issue #:|57679
                  Summary:|pagein hack ...
                Component:|framework
                  Version:|680m137
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|tm
              Reported by:|mmeeks





------- Additional comments from [EMAIL PROTECTED] Thu Nov 10 06:41:53 -0800 
2005 -------
So - since we know services.rdb & types.rdb are bad cold-start seek offendors, I
added this patch as a quick fix:

It also preloads the *ui* libraries - which, of course may not be used but ...

--- desktop/source/pagein/makefile.mk   8 Sep 2005 17:44:11 -0000       1.8
+++ desktop/source/pagein/makefile.mk   10 Nov 2005 12:51:35 -0000
@@ -81,23 +81,27 @@ UPDDLLPOST=$(UPD)$(DLLPOSTFIX)$(DLLPOST)
 
 $(MISC)$/$(TARGET)-calc : makefile.mk
        @+echo Making: $@
-       @-+echo $(DLLPRE)sc$(UPDDLLPOST)  >  $@
-       @-+echo $(DLLPRE)svx$(UPDDLLPOST) >> $@
+       @-+echo $(DLLPRE)sc$(UPDDLLPOST)   >  $@
+       @-+echo $(DLLPRE)scui$(UPDDLLPOST) >>  $@
+       @-+echo $(DLLPRE)svx$(UPDDLLPOST)  >> $@
 
 $(MISC)$/$(TARGET)-draw : makefile.mk
        @+echo Making: $@
-       @-+echo $(DLLPRE)sd$(UPDDLLPOST)  >  $@
-       @-+echo $(DLLPRE)svx$(UPDDLLPOST) >> $@
+       @-+echo $(DLLPRE)sd$(UPDDLLPOST)   >  $@
+       @-+echo $(DLLPRE)sdui$(UPDDLLPOST) >>  $@
+       @-+echo $(DLLPRE)svx$(UPDDLLPOST)  >> $@
 
 $(MISC)$/$(TARGET)-impress : makefile.mk
        @+echo Making: $@
-       @-+echo $(DLLPRE)sd$(UPDDLLPOST)  >  $@
-       @-+echo $(DLLPRE)svx$(UPDDLLPOST) >> $@
+       @-+echo $(DLLPRE)sd$(UPDDLLPOST)   >  $@
+       @-+echo $(DLLPRE)sdui$(UPDDLLPOST) >>  $@
+       @-+echo $(DLLPRE)svx$(UPDDLLPOST)  >> $@
 
 $(MISC)$/$(TARGET)-writer : makefile.mk
        @+echo Making: $@
-       @-+echo $(DLLPRE)sw$(UPDDLLPOST)  >  $@
-       @-+echo $(DLLPRE)svx$(UPDDLLPOST) >> $@
+       @-+echo $(DLLPRE)sw$(UPDDLLPOST)   >  $@
+       @-+echo $(DLLPRE)swui$(UPDDLLPOST) >>  $@
+       @-+echo $(DLLPRE)svx$(UPDDLLPOST)  >> $@
 
 # sorted in reverse load order (ld.so.1)
 $(MISC)$/$(TARGET)-common : makefile.mk
@@ -139,4 +143,6 @@ $(MISC)$/$(TARGET)-common : makefile.mk
        @-+echo $(DLLPRE)vcl$(UPDDLLPOST)   >> $@
        @-+echo $(DLLPRE)tk$(UPDDLLPOST)    >> $@
        @-+echo $(DLLPRE)svt$(UPDDLLPOST)   >> $@
+       @-+echo types.rdb                   >> $@
+       @-+echo services.rdb                >> $@
        @-+echo soffice.bin                 >> $@

---------------------------------------------------------------------
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