diff options
Diffstat (limited to 'sd/source/ui/docshell/docshel4.cxx')
-rw-r--r-- | sd/source/ui/docshell/docshel4.cxx | 7 |
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 ); |