summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuhhconv.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-17 12:24:59 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-17 12:24:59 +0000
commit408c914298b52e5b5d970f1d106108684a233c1f (patch)
treedebfc69d3fed14d34e10b9e7cddf1c8bba47cca5 /sd/source/ui/inc/fuhhconv.hxx
parentff13ef8e975b49ee0d2c79ef70e49b465e202941 (diff)
INTEGRATION: CWS os34 (1.2.78); FILE MERGED
2004/08/04 13:51:28 tl 1.2.78.1: #i30301# simplified/traditional Chinese conversion
Diffstat (limited to 'sd/source/ui/inc/fuhhconv.hxx')
-rw-r--r--sd/source/ui/inc/fuhhconv.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/source/ui/inc/fuhhconv.hxx b/sd/source/ui/inc/fuhhconv.hxx
index 5b19f8501209..4db6e8d9f3a1 100644
--- a/sd/source/ui/inc/fuhhconv.hxx
+++ b/sd/source/ui/inc/fuhhconv.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fuhhconv.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-04-27 16:03:14 $
+ * last change: $Author: rt $ $Date: 2004-09-17 13:24:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,8 @@ class FuHangulHanjaConversion : public FuPoor
SfxRequest& rReq );
~FuHangulHanjaConversion();
- void StartConversion( INT16 nLanguage );
+ void StartConversion( INT16 nSourceLanguage, INT16 nTargetLanguage,
+ const Font *pTargetFont, INT32 nOptions, BOOL bIsInteractive );
Outliner* GetOutliner() const { return pSdOutliner; }
};