Kaydet (Commit) da64cbbc authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: If9651e839831245119f22d04b241e520a7b757b5
üst 2ad9585a
......@@ -263,9 +263,9 @@ bool FuConstruct::MouseButtonUp(const MouseEvent& rMEvt)
// SimpleMouseButtonUp - ohne Test auf Doppelklick
sal_Bool FuConstruct::SimpleMouseButtonUp(const MouseEvent& rMEvt)
bool FuConstruct::SimpleMouseButtonUp(const MouseEvent& rMEvt)
{
sal_Bool bReturn = sal_True;
bool bReturn = true;
if (aDragTimer.IsActive() )
{
......
......@@ -38,7 +38,7 @@ class FuConstruct : public FuDraw
virtual bool MouseButtonDown(const MouseEvent& rMEvt);
virtual sal_uInt8 Command(const CommandEvent& rCEvt);
sal_Bool SimpleMouseButtonUp(const MouseEvent& rMEvt);
bool SimpleMouseButtonUp(const MouseEvent& rMEvt);
virtual void Activate();
virtual void Deactivate();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment