summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/func/fupoor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fupoor.cxx')
-rw-r--r--sd/source/ui/func/fupoor.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fupoor.cxx b/sd/source/ui/func/fupoor.cxx
index 523f5b50e59f..6097b3b41b0a 100644
--- a/sd/source/ui/func/fupoor.cxx
+++ b/sd/source/ui/func/fupoor.cxx
@@ -886,7 +886,7 @@ bool FuPoor::KeyInput(const KeyEvent& rKEvt)
}
}
- return(bReturn);
+ return bReturn;
}
bool FuPoor::MouseMove(const MouseEvent& )
@@ -974,7 +974,7 @@ IMPL_LINK_NOARG(FuPoor, DragHdl)
bool FuPoor::Command(const CommandEvent& rCEvt)
{
- return( mpView->Command(rCEvt,mpWindow) );
+ return mpView->Command(rCEvt,mpWindow);
}
/**
@@ -1035,7 +1035,7 @@ bool FuPoor::RequestHelp(const HelpEvent& rHEvt)
}
}
- return(bReturn);
+ return bReturn;
}
void FuPoor::Paint(const Rectangle&, ::sd::Window* )