From a518afd93d2ab613aa46b922251af4f194305ca3 Mon Sep 17 00:00:00 2001
From: Herbert Dürr <hdu@apache.org>
Date: Thu, 18 Oct 2012 11:33:53 +0000
Subject: Remove the incubating disclaimer now that Apache OpenOffice has
 graduated from the Apache Incubator

On October 18th, 2012 the Apache Software foundation announced that the
Apache OpenOffice project has graduated from the Apache Incubator
---
 vcl/unx/kde/kdedata.cxx  | 2 +-
 vcl/unx/kde4/KDEXLib.cxx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'vcl')

diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx
index 900347c99e1e..5c5d9d632c2e 100644
--- a/vcl/unx/kde/kdedata.cxx
+++ b/vcl/unx/kde/kdedata.cxx
@@ -128,7 +128,7 @@ void KDEXLib::Init()
             KAboutData::License_File,
             "(c) 2003, 2004 Novell, Inc and Apache Software Foundation",
             I18N_NOOP( "Apache OpenOffice is an office suite.\n" ),
-            "http://incubator.apache.org/openofficeorg/index.html",
+            "http://openoffice.apache.org/index.html",
             "ooo-issues@incubator.apache.org");
     kAboutData->addAuthor( "Jan Holesovsky",
             I18N_NOOP( "Original author and maintainer of the KDE NWF." ),
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 6b077b9eb49d..c2e36cb6a4d2 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -82,7 +82,7 @@ void KDEXLib::Init()
             KAboutData::License_File,
             ki18n( "Joint Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Novell, Inc and Apache Software Foundation"),
             ki18n( "Apache OpenOffice is an office suite.\n" ),
-            "http://incubator.apache.org/openofficeorg/",
+            "http://openoffice.apache.org/",
             "ooo-issues@incubator.apache.org" );
 
     kAboutData->addAuthor( ki18n( "Jan Holesovsky" ),
-- 
cgit