summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 15:56:15 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 15:56:15 +0000
commitfba8eca64f9b2ce9579d6656a55cdc721b423952 (patch)
treee22dd475c70377c7c9c8d4aa75844f14bc2487cb /sd/source
parentf0fcdf87751e969356e8c108e446151800527b52 (diff)
INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED
2005/10/28 10:57:35 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/func/fuconnct.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuconnct.cxx b/sd/source/ui/func/fuconnct.cxx
index affff287627d..becaf9fafa3b 100644
--- a/sd/source/ui/func/fuconnct.cxx
+++ b/sd/source/ui/func/fuconnct.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuconnct.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 04:37:45 $
+ * last change: $Author: rt $ $Date: 2005-12-14 16:56:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,6 +74,17 @@ FuConnectionDlg::FuConnectionDlg (
SfxRequest& rReq)
: FuPoor(pViewSh, pWin, pView, pDoc, rReq)
{
+}
+
+FunctionReference FuConnectionDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq )
+{
+ FunctionReference xFunc( new FuConnectionDlg( pViewSh, pWin, pView, pDoc, rReq ) );
+ xFunc->DoExecute(rReq);
+ return xFunc;
+}
+
+void FuConnectionDlg::DoExecute( SfxRequest& rReq )
+{
SfxItemSet aNewAttr( pDoc->GetPool() );
pView->GetAttributes( aNewAttr );