From 82d6ee7ce7576be6e7ef04b5011fda35f5378272 Mon Sep 17 00:00:00 2001 From: Brij Mohan Lal Srivastava Date: Sun, 16 Nov 2014 03:21:06 +0530 Subject: fdo#56116 : Names of bookmarks should allow all characters which are valid in HTML anchor names (missing: ':' and '.') MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I44f1d1135067103fdcc7482793371c5b95c14cec Reviewed-on: https://gerrit.libreoffice.org/12466 Reviewed-by: Björn Michaelsen Tested-by: Björn Michaelsen --- sw/source/ui/misc/bookmark.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/ui/misc/bookmark.cxx b/sw/source/ui/misc/bookmark.cxx index b1b33a0cdcbf..3fff8c96cb9f 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 ) { -- cgit v1.2.3