summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 15:58:54 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 15:58:54 +0000
commit0630b5f65ed74d9359890afaed81119985465bf9 (patch)
treec9f984cb85c979aa7528348d619f1ccec31e3323 /sd/source
parentc34f4a9df2dd8ddd2795aa075c94ab97cab53859 (diff)
INTEGRATION: CWS impressfunctions (1.7.16); FILE MERGED
2005/10/28 10:57:37 cl 1.7.16.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/func/fuhhconv.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuhhconv.cxx b/sd/source/ui/func/fuhhconv.cxx
index f5b8076abd2b..e2d7ce324f6a 100644
--- a/sd/source/ui/func/fuhhconv.cxx
+++ b/sd/source/ui/func/fuhhconv.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuhhconv.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2005-10-05 13:11:46 $
+ * last change: $Author: rt $ $Date: 2005-12-14 16:58:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -137,6 +137,11 @@ FuHangulHanjaConversion::~FuHangulHanjaConversion()
delete pSdOutliner;
}
+FunctionReference FuHangulHanjaConversion::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq )
+{
+ FunctionReference xFunc( new FuHangulHanjaConversion( pViewSh, pWin, pView, pDoc, rReq ) );
+ return xFunc;
+}
/*************************************************************************
|*