summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-02-22 04:29:56 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-02-22 04:32:40 +0100
commitd48faab3d6a339f0c2ccba3aeb85d32dd45636f3 (patch)
tree84ece25acef724ce04353069e90a10752ed39d5e
parenta51f2248a6fe377a9306f4ed5c7db6ca26d0244c (diff)
some clean-up in the comments
Change-Id: I373d315ccfd5580efd5d4b860280ed29fc77b4e3
-rw-r--r--sc/source/ui/drawfunc/fupoor.cxx39
1 files changed, 1 insertions, 38 deletions
diff --git a/sc/source/ui/drawfunc/fupoor.cxx b/sc/source/ui/drawfunc/fupoor.cxx
index 46134e36b29c..f6d3cd10e936 100644
--- a/sc/source/ui/drawfunc/fupoor.cxx
+++ b/sc/source/ui/drawfunc/fupoor.cxx
@@ -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)