summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviewsh.cxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/view/drviewsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviewsh.cxx b/sd/source/ui/view/drviewsh.cxx
index 758ed5f49f18..fffb35d155bf 100644..100755
--- a/sd/source/ui/view/drviewsh.cxx
+++ b/sd/source/ui/view/drviewsh.cxx
@@ -64,9 +64,9 @@ namespace sd {
|*
\************************************************************************/
-BOOL DrawViewShell::GotoBookmark(const String& rBookmark)
+sal_Bool DrawViewShell::GotoBookmark(const String& rBookmark)
{
- BOOL bRet = FALSE;
+ sal_Bool bRet = sal_False;
::sd::DrawDocShell* pDocSh = GetDocSh();
if( pDocSh )
{