summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-06-27 10:07:59 +0000
committerOliver Specht <os@openoffice.org>2002-06-27 10:07:59 +0000
commit5299ae0734d52eadb2c5edfd484c893f61be8751 (patch)
tree7fda34f80d9213ab5ce69d61cc7e699244d7e6f1 /sw/source/ui/utlui
parent6d5ff0fe800e8073a1359f5cb6faa36f7a00aaf9 (diff)
#97648# spaces in bookmark names are allowed
Diffstat (limited to 'sw/source/ui/utlui')
-rw-r--r--sw/source/ui/utlui/content.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/utlui/content.cxx b/sw/source/ui/utlui/content.cxx
index 63b3f3fa1977..f648e0321faa 100644
--- a/sw/source/ui/utlui/content.cxx
+++ b/sw/source/ui/utlui/content.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: content.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: os $ $Date: 2002-06-25 08:56:47 $
+ * last change: $Author: os $ $Date: 2002-06-27 11:07:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2996,7 +2996,7 @@ void SwContentTree::EditEntry(SvLBoxEntry* pEntry, sal_uInt8 nMode)
String sForbiddenChars;
if(CONTENT_TYPE_BOOKMARK == nType)
{
- sForbiddenChars = C2S("/\\@:*?\";,.# ");
+ sForbiddenChars = C2S("/\\@:*?\";,.#");
}
else if(CONTENT_TYPE_TABLE == nType)
{