diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:20:00 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:41:09 +0200 |
commit | ed6b8a100c1aabb342573f252509573bbe124d29 (patch) | |
tree | 35874493d9470202b3221aa2a1666b6647494242 /sd/source/ui/func/futext.cxx | |
parent | 78f6407978aa48c3cbb116bc281940dbf1f2dcbc (diff) |
remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
Diffstat (limited to 'sd/source/ui/func/futext.cxx')
-rw-r--r-- | sd/source/ui/func/futext.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index 3613a7b39342..e4268088a576 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -131,7 +131,6 @@ static sal_uInt16 SidArray[] = { TYPEINIT1( FuText, FuConstruct ); - static bool bTestText = false; /** @@ -397,7 +396,6 @@ bool FuText::MouseButtonDown(const MouseEvent& rMEvt) aDragTimer.Start(); } - if ( ! rMEvt.IsRight()) { // we need to pick again since SdrEndTextEdit can rebuild the handles list @@ -965,8 +963,6 @@ bool FuText::KeyInput(const KeyEvent& rKEvt) return (bReturn); } - - void FuText::Activate() { mpView->SetQuickTextEditMode(mpViewShell->GetFrameView()->IsQuickEdit()); @@ -986,7 +982,6 @@ void FuText::Activate() mpView->SetEditMode(SDREDITMODE_EDIT); } - void FuText::Deactivate() { OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); @@ -999,7 +994,6 @@ void FuText::Deactivate() FuConstruct::Deactivate(); } - /** * Sets the object into the edit mode. */ @@ -1331,9 +1325,6 @@ SdrObject* FuText::CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rR return pObj; } - - - /** is called when the current function should be aborted. <p> This is used when a function gets a KEY_ESCAPE but can also be called directly. |