[Libreoffice-commits] core.git: sw/source
Brij Mohan Lal Srivastava
contactbrijmohan at gmail.com
Sun Nov 16 08:11:34 PST 2014
sw/source/ui/misc/bookmark.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 82d6ee7ce7576be6e7ef04b5011fda35f5378272
Author: Brij Mohan Lal Srivastava <contactbrijmohan at gmail.com>
Date: Sun Nov 16 03:21:06 2014 +0530
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/12466
Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
diff --git a/sw/source/ui/misc/bookmark.cxx b/sw/source/ui/misc/bookmark.cxx
index b1b33a0..3fff8c9 100644
--- a/sw/source/ui/misc/bookmark.cxx
+++ b/sw/source/ui/misc/bookmark.cxx
@@ -30,7 +30,7 @@
#include "IMark.hxx"
#include "globals.hrc"
-const OUString BookmarkCombo::aForbiddenChars("/\\@:*?\";,.#");
+const OUString BookmarkCombo::aForbiddenChars("/\\@*?\";,#");
IMPL_LINK( SwInsertBookmarkDlg, ModifyHdl, BookmarkCombo *, pBox )
{
More information about the Libreoffice-commits
mailing list