diff options
author | Andras Timar <atimar@suse.com> | 2011-09-07 10:10:16 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-07 10:27:56 +0200 |
commit | 3f62165fd45c714210491610bf89383918f3459e (patch) | |
tree | 25b427a82560dcd129206b114b11519acccd066d /qadevOOo | |
parent | 15cbe38e85124f449d536717c81da4071978e50f (diff) |
replace api.openoffice.org to api.libreoffice.org
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/convwatch/OfficePrint.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/convwatch/OfficePrint.java b/qadevOOo/runner/convwatch/OfficePrint.java index c9a656ac84b4..8bf7f2c53f96 100644 --- a/qadevOOo/runner/convwatch/OfficePrint.java +++ b/qadevOOo/runner/convwatch/OfficePrint.java @@ -615,7 +615,7 @@ public class OfficePrint { } // set property values for XPrintable.print() - // more can be found at "http://api.openoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html" + // more can be found at "http://api.libreoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html" // int nProperties = 1; // default for 'FileName' property // if (_aGTA.printAllPages() == false) diff --git a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java index 7111d5e0f794..e49831556c7c 100644 --- a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java +++ b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java @@ -583,7 +583,7 @@ public class OpenOfficePostscriptCreator implements IOffice } // set property values for XPrintable.print() - // more can be found at "http://api.openoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html" + // more can be found at "http://api.libreoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html" // int nProperties = 1; // default for 'FileName' property // if (_aGTA.printAllPages() == false) |