summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-10-11 07:16:58 +0000
committerOliver Bolte <obo@openoffice.org>2005-10-11 07:16:58 +0000
commit89e49319d1e2a85d26599bb2fe3f10b60c07226b (patch)
tree6ee0f3338ec159dbc69940e175f58496985f726e /sd/source/ui/docshell
parentfe53cf638805634fba43bba8fddf268f6fcec714 (diff)
INTEGRATION: CWS presfixes08 (1.66.208); FILE MERGED
2005/08/23 14:30:14 cl 1.66.208.1: #i51786# do not remove '#' from bookmark
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r--sd/source/ui/docshell/docshel4.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx
index 3b4b9863ba10..20cdf1cf8bfe 100644
--- a/sd/source/ui/docshell/docshel4.cxx
+++ b/sd/source/ui/docshell/docshel4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docshel4.cxx,v $
*
- * $Revision: 1.67 $
+ * $Revision: 1.68 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 04:29:37 $
+ * last change: $Author: obo $ $Date: 2005-10-11 08:16:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -782,9 +782,6 @@ BOOL DrawDocShell::GotoBookmark(const String& rBookmark)
String aBookmark( rBookmark );
- if( rBookmark.Len() && rBookmark.GetChar( 0 ) == sal_Unicode('#') )
- aBookmark = rBookmark.Copy( 1 );
-
// Ist das Bookmark eine Seite?
BOOL bIsMasterPage;
USHORT nPgNum = pDoc->GetPageByName( aBookmark, bIsMasterPage );