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/fucon3d.cxx | |
parent | 78f6407978aa48c3cbb116bc281940dbf1f2dcbc (diff) |
remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
Diffstat (limited to 'sd/source/ui/func/fucon3d.cxx')
-rw-r--r-- | sd/source/ui/func/fucon3d.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/func/fucon3d.cxx b/sd/source/ui/func/fucon3d.cxx index c77d680ff1af..b1cb4d390cce 100644 --- a/sd/source/ui/func/fucon3d.cxx +++ b/sd/source/ui/func/fucon3d.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "fucon3d.hxx" #include <vcl/waitobj.hxx> @@ -53,7 +52,6 @@ namespace sd { TYPEINIT1( FuConstruct3dObject, FuConstruct ); - FuConstruct3dObject::FuConstruct3dObject ( ViewShell* pViewSh, ::sd::Window* pWin, @@ -81,7 +79,6 @@ void FuConstruct3dObject::DoExecute( SfxRequest& rReq ) ToolBarManager::msDrawingObjectToolBar); } - E3dCompoundObject* FuConstruct3dObject::ImpCreateBasic3DShape() { E3dCompoundObject* p3DObj = NULL; @@ -338,13 +335,11 @@ bool FuConstruct3dObject::MouseButtonDown(const MouseEvent& rMEvt) return bReturn; } - bool FuConstruct3dObject::MouseMove(const MouseEvent& rMEvt) { return FuConstruct::MouseMove(rMEvt); } - bool FuConstruct3dObject::MouseButtonUp(const MouseEvent& rMEvt) { bool bReturn = false; @@ -372,7 +367,6 @@ bool FuConstruct3dObject::KeyInput(const KeyEvent& rKEvt) return FuConstruct::KeyInput(rKEvt); } - void FuConstruct3dObject::Activate() { mpView->SetCurrentObj(OBJ_NONE); @@ -380,7 +374,6 @@ void FuConstruct3dObject::Activate() FuConstruct::Activate(); } - void FuConstruct3dObject::Deactivate() { FuConstruct::Deactivate(); |