diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2018-04-01 14:32:19 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-01 22:23:54 +0200 |
commit | 783bc62734534b3f01339c9922ff354adec05165 (patch) | |
tree | 7c71dc58ad58155a433935c3d1ea1d5b9e6e3392 /svx | |
parent | 6e7f6dd20aa58cb4c9ab66260a62d71a53002b9b (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 'svx')
-rw-r--r-- | svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx | 18 | ||||
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx index 5dd4c7abcf83..f949f0803ac4 100644 --- a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx +++ b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx @@ -65,31 +65,31 @@ Below is a list of issues which existed in the past. Whenever you change code he verify those issues are still fixed. (Whenever you have some additional time, you're encouraged to write an automatic test for one or more of those issues for which this is possible :) -http://www.openoffice.org/issues/show_bug.cgi?id=105992 +https://bz.apache.org/ooo/show_bug.cgi?id=105992 zooming documents containing (alive) form controls improperly positions the controls -http://www.openoffice.org/issues/show_bug.cgi?id=104362 +https://bz.apache.org/ooo/show_bug.cgi?id=104362 crash when copy a control -http://www.openoffice.org/issues/show_bug.cgi?id=104544 +https://bz.apache.org/ooo/show_bug.cgi?id=104544 Gridcontrol duplicated after design view on/off -http://www.openoffice.org/issues/show_bug.cgi?id=102089 +https://bz.apache.org/ooo/show_bug.cgi?id=102089 print preview shows control elements with property printable=false -http://www.openoffice.org/issues/show_bug.cgi?id=102090 +https://bz.apache.org/ooo/show_bug.cgi?id=102090 problem with setVisible on TextControl -http://www.openoffice.org/issues/show_bug.cgi?id=103138 +https://bz.apache.org/ooo/show_bug.cgi?id=103138 loop when insert a control in draw -http://www.openoffice.org/issues/show_bug.cgi?id=101398 +https://bz.apache.org/ooo/show_bug.cgi?id=101398 initially-displaying a document with many controls is very slow -http://www.openoffice.org/issues/show_bug.cgi?id=72429 +https://bz.apache.org/ooo/show_bug.cgi?id=72429 repaint error in form wizard in bugdoc database -http://www.openoffice.org/issues/show_bug.cgi?id=72694 +https://bz.apache.org/ooo/show_bug.cgi?id=72694 form control artifacts when scrolling a text fast */ diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 550c897e5a17..572b31c44313 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -1217,7 +1217,7 @@ void SAL_CALL SvxShape::setSize( const awt::Size& rSize ) } else { - //aRect.SetSize(aLocalSize); // this call subtract 1 // http://www.openoffice.org/issues/show_bug.cgi?id=83193 + //aRect.SetSize(aLocalSize); // this call subtract 1 // https://bz.apache.org/ooo/show_bug.cgi?id=83193 if ( !aLocalSize.Width() ) { aRect.SetWidthEmpty(); |