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