Kaydet (Commit) 82d6ee7c authored tarafından Brij Mohan Lal Srivastava's avatar Brij Mohan Lal Srivastava Kaydeden (comit) Björn Michaelsen

fdo#56116 : Names of bookmarks should allow all characters which

 are valid in HTML anchor names (missing: ':' and '.')

Change-Id: I44f1d1135067103fdcc7482793371c5b95c14cec
Reviewed-on: https://gerrit.libreoffice.org/12466Reviewed-by: 's avatarBjörn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: 's avatarBjörn Michaelsen <bjoern.michaelsen@canonical.com>
üst 8ecfdf9c
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "IMark.hxx" #include "IMark.hxx"
#include "globals.hrc" #include "globals.hrc"
const OUString BookmarkCombo::aForbiddenChars("/\\@:*?\";,.#"); const OUString BookmarkCombo::aForbiddenChars("/\\@*?\";,#");
IMPL_LINK( SwInsertBookmarkDlg, ModifyHdl, BookmarkCombo *, pBox ) IMPL_LINK( SwInsertBookmarkDlg, ModifyHdl, BookmarkCombo *, pBox )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment