Bugzilla – Attachment 129330 Details for
Bug 104412
DirectoryNameoutofPath no longer works
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for wizards/source/tools/Strings.xba
Strings.xba.20161205.diff (text/plain), 557 bytes, created by
Alex Kempshall
on 2016-12-05 16:25:18 UTC
(
hide
)
Description:
Proposed patch for wizards/source/tools/Strings.xba
Filename:
MIME Type:
Creator:
Alex Kempshall
Created:
2016-12-05 16:25:18 UTC
Size:
557 bytes
patch
obsolete
>diff --git a/wizards/source/tools/Strings.xba b/wizards/source/tools/Strings.xba >index 6938938..4c2802f 100644 >--- a/wizards/source/tools/Strings.xba >+++ b/wizards/source/tools/Strings.xba >@@ -345,7 +345,7 @@ Dim SepList() as String > FileName = FileNameoutofPath(FileName, Separator) > End If > SepList() = ArrayoutofString(FileName,".", MaxIndex) >- GetFileNameWithoutExtension = RTrimStr(FileName, "." & SepList(MaxIndex) >+ GetFileNameWithoutExtension = RTrimStr(FileName, "." & SepList(MaxIndex)) > End Function > >
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 104412
:
129324
| 129330