diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-19 19:48:11 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-19 19:48:11 -0500 |
commit | d02c15979b90fe356ee814acd77c4f21edeb2b0f (patch) | |
tree | 83ea4bb6060e69ac0236e728b64fcc98da461f17 /sot | |
parent | 2a886adb500fe481e1ea61573551b19e99c55b8b (diff) |
Update Apache Bugzilla’s URL
Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stgole.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx index 2fcbffabf1e5..4987b3d67f30 100644 --- a/sot/source/sdstor/stgole.cxx +++ b/sot/source/sdstor/stgole.cxx @@ -129,7 +129,7 @@ bool StgCompObjStream::Load() //the actual codepage used doesn't seem to be specified/stored //anywhere :-(. Might as well pick 1252 and be consistent on //all platforms and envs - //https://issues.apache.org/ooo/attachment.cgi?id=68668 + //https://bz.apache.org/ooo/attachment.cgi?id=68668 //for a good edge-case example aUserName = nStrLen ? OUString( p.get(), nStrLen, RTL_TEXTENCODING_MS_1252 ) : OUString(); nCbFormat = ReadClipboardFormat( *this ); |