diff options
author | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2010-11-25 18:25:48 +0100 |
---|---|---|
committer | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2010-11-25 18:25:48 +0100 |
commit | 563aab4eddce3503905a2b404f653531b3ba9439 (patch) | |
tree | 0c4f8c527f994528a3a0e5535ab0efdcc8f0a669 /sd/source/ui/func/fuconstr.cxx | |
parent | e483e893b8b1dd980df9a23c813263e70f88abc7 (diff) | |
parent | 3dd16dcf3fe9b2da2dbfb49bbfccb95fc8b1a56f (diff) |
Update from sibling repository.
Diffstat (limited to 'sd/source/ui/func/fuconstr.cxx')
-rwxr-xr-x[-rw-r--r--] | sd/source/ui/func/fuconstr.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/func/fuconstr.cxx b/sd/source/ui/func/fuconstr.cxx index 26119b6a03b9..c0d8235e97fb 100644..100755 --- a/sd/source/ui/func/fuconstr.cxx +++ b/sd/source/ui/func/fuconstr.cxx @@ -72,13 +72,6 @@ FuConstruct::FuConstruct ( { } -FunctionReference FuConstruct::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq ) -{ - FunctionReference xFunc( new FuConstruct( pViewSh, pWin, pView, pDoc, rReq ) ); - xFunc->DoExecute(rReq); - return xFunc; -} - void FuConstruct::DoExecute( SfxRequest& rReq ) { FuDraw::DoExecute( rReq ); |