summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2018-04-01 14:32:19 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-01 22:23:54 +0200
commit783bc62734534b3f01339c9922ff354adec05165 (patch)
tree7c71dc58ad58155a433935c3d1ea1d5b9e6e3392 /dbaccess
parent6e7f6dd20aa58cb4c9ab66260a62d71a53002b9b (diff)
fix some openoffice bugzilla links
* remove redirects * use https links * replace old attchment links with working ones Change-Id: Ic9a154f46e142138f0adea7d7b8be3b6cfe8af18 Reviewed-on: https://gerrit.libreoffice.org/52224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/documentevents.cxx4
-rw-r--r--dbaccess/source/ui/app/AppController.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignView.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/core/dataaccess/documentevents.cxx b/dbaccess/source/core/dataaccess/documentevents.cxx
index 2c1a161a5f4c..95c6c42634bd 100644
--- a/dbaccess/source/core/dataaccess/documentevents.cxx
+++ b/dbaccess/source/core/dataaccess/documentevents.cxx
@@ -72,8 +72,8 @@ namespace dbaccess
static const DocumentEventData s_aData[] = {
{ "OnCreate", true },
{ "OnLoadFinished", true },
- { "OnNew", false }, // compatibility, see http://www.openoffice.org/issues/show_bug.cgi?id=46484
- { "OnLoad", false }, // compatibility, see http://www.openoffice.org/issues/show_bug.cgi?id=46484
+ { "OnNew", false }, // compatibility, see https://bz.apache.org/ooo/show_bug.cgi?id=46484
+ { "OnLoad", false }, // compatibility, see https://bz.apache.org/ooo/show_bug.cgi?id=46484
{ "OnSaveAs", true },
{ "OnSaveAsDone", false },
{ "OnSaveAsFailed", false },
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index b20b68d734a1..8dcdc3d876f2 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -1768,7 +1768,7 @@ Reference< XComponent > OApplicationController::openElementWithArguments( const
Reference< XComponent > xRet;
if ( _eOpenMode == E_OPEN_DESIGN )
{
- // OJ: http://www.openoffice.org/issues/show_bug.cgi?id=30382
+ // https://bz.apache.org/ooo/show_bug.cgi?id=30382
getContainer()->showPreview(nullptr);
}
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index ece234f9eeee..f18129a85a18 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -1197,7 +1197,7 @@ namespace
pNodeTmp = pNode->getChild(1);
::connectivity::OSQLParseNode::absorptions(pNodeTmp);
pNodeTmp = pNode->getChild(1);
- // compress sort the criteria @see http://www.openoffice.org/issues/show_bug.cgi?id=24079
+ // compress sort the criteria @see https://bz.apache.org/ooo/show_bug.cgi?id=24079
OSQLParseNode::compress(pNodeTmp);
pNodeTmp = pNode->getChild(1);