diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-25 15:42:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-25 15:42:11 +0200 |
commit | 1d3661cf91cf45d40373b0034c30eb57b475ec91 (patch) | |
tree | 47ccd9382b1deead4591bbfdeb8f0149d8e00516 /sd/source/ui/inc/fucopy.hxx | |
parent | 4a122d1e61278debe7e386e3d9f442e68eddba9b (diff) |
Unwind FunctionReference typedef
Change-Id: Iaf1b041adf2220d6b0220a86d8ac0db38b3b8ebc
Diffstat (limited to 'sd/source/ui/inc/fucopy.hxx')
-rw-r--r-- | sd/source/ui/inc/fucopy.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/fucopy.hxx b/sd/source/ui/inc/fucopy.hxx index 829d65a59e31..8abb5fdcd462 100644 --- a/sd/source/ui/inc/fucopy.hxx +++ b/sd/source/ui/inc/fucopy.hxx @@ -30,7 +30,7 @@ class FuCopy public: TYPEINFO(); - static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq ); + static rtl::Reference<FuPoor> Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq ); virtual void DoExecute( SfxRequest& rReq ); private: |