Kaydet (Commit) d48faab3 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

some clean-up in the comments

Change-Id: I373d315ccfd5580efd5d4b860280ed29fc77b4e3
üst a51f2248
......@@ -31,12 +31,6 @@
#include <vcl/svapp.hxx>
#include <svx/sdrhittesthelper.hxx>
/*************************************************************************
|*
|* Konstruktor
|*
\************************************************************************/
FuPoor::FuPoor(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP,
SdrModel* pDoc, SfxRequest& rReq) :
pView(pViewP),
......@@ -56,27 +50,14 @@ FuPoor::FuPoor(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP,
aDragTimer.SetTimeout(SELENG_DRAGDROP_TIMEOUT);
}
/*************************************************************************
|*
|* Destruktor
|*
\************************************************************************/
FuPoor::~FuPoor()
{
aDragTimer.Stop();
aScrollTimer.Stop();
if (pDialog)
delete pDialog;
delete pDialog;
}
/*************************************************************************
|*
|* Function aktivieren
|*
\************************************************************************/
void FuPoor::Activate()
{
if (pDialog)
......@@ -85,12 +66,6 @@ void FuPoor::Activate()
}
}
/*************************************************************************
|*
|* Function deaktivieren
|*
\************************************************************************/
void FuPoor::Deactivate()
{
aDragTimer.Stop();
......@@ -226,12 +201,6 @@ sal_uInt8 FuPoor::Command(const CommandEvent& rCEvt)
return pView->Command(rCEvt,pWindow);
}
/*************************************************************************
|*
|* Cut object to clipboard
|*
\************************************************************************/
void FuPoor::DoCut()
{
if (pView)
......@@ -254,12 +223,6 @@ void FuPoor::DoCopy()
}
}
/*************************************************************************
|*
|* Paste object from clipboard
|*
\************************************************************************/
void FuPoor::DoPaste()
{
if (pView)
......
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