Bugzilla – Attachment 41512 Details for
Bug 32463
When inserting the field (File name->File name), "[" become "%5B" and "]" become "%5D"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A first attempt at fixing this bug.
0001-See-Bug-Id-32463.patch (text/plain), 815 bytes, created by
Dan Corneanu
on 2010-12-29 15:03:22 UTC
(
hide
)
Description:
A first attempt at fixing this bug.
Filename:
MIME Type:
Creator:
Dan Corneanu
Created:
2010-12-29 15:03:22 UTC
Size:
815 bytes
patch
obsolete
>From c9e05e47199cf46139d687151afeaf726ec28f52 Mon Sep 17 00:00:00 2001 >From: Dan Corneanu <cdan@savatech.ro> >Date: Thu, 30 Dec 2010 00:56:21 +0200 >Subject: [PATCH] See Bug Id 32463 > >--- > sw/source/core/fields/docufld.cxx | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/sw/source/core/fields/docufld.cxx b/sw/source/core/fields/docufld.cxx >index 2a4d6da..492bf91 100644 >--- a/sw/source/core/fields/docufld.cxx >+++ b/sw/source/core/fields/docufld.cxx >@@ -467,7 +467,7 @@ String SwFileNameFieldType::Expand(ULONG nFmt) const > break; > > case FF_NAME: >- aRet = rURLObj.GetLastName( URL_DECODE ); >+ aRet = rURLObj.GetLastName( INetURLObject::DECODE_WITH_CHARSET ); > break; > > case FF_NAME_NOEXT: >-- >1.7.0.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 32463
: 41512