From 3f62165fd45c714210491610bf89383918f3459e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 7 Sep 2011 10:10:16 +0200 Subject: replace api.openoffice.org to api.libreoffice.org --- qadevOOo/runner/convwatch/OfficePrint.java | 2 +- qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo') 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) -- cgit