sw/source/ui/misc/bookmark.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 82d6ee7ce7576be6e7ef04b5011fda35f5378272 Author: Brij Mohan Lal Srivastava <contactbrijmo...@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.michael...@canonical.com> Tested-by: Björn Michaelsen <bjoern.michael...@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 ) {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits