summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuhhconv.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-10-05 12:12:51 +0000
committerKurt Zenker <kz@openoffice.org>2005-10-05 12:12:51 +0000
commit2e8388d6b5d7a688f858fabfa6c906a7e3110ff6 (patch)
tree6db141060751ccb93ad0bd787936771816b4c701 /sd/source/ui/inc/fuhhconv.hxx
parent638be3fe4559e5183ba76f17731cb225f3c26bca (diff)
INTEGRATION: CWS tl12 (1.3.300); FILE MERGED
2005/09/22 14:20:20 tl 1.3.300.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/15 16:39:38 cl 1.3.300.1: #i51153# changing styles also on chinese conversion
Diffstat (limited to 'sd/source/ui/inc/fuhhconv.hxx')
-rw-r--r--sd/source/ui/inc/fuhhconv.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/inc/fuhhconv.hxx b/sd/source/ui/inc/fuhhconv.hxx
index d26678903056..62bc0321427c 100644
--- a/sd/source/ui/inc/fuhhconv.hxx
+++ b/sd/source/ui/inc/fuhhconv.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuhhconv.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:34:14 $
+ * last change: $Author: kz $ $Date: 2005-10-05 13:12:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -65,6 +65,10 @@ class FuHangulHanjaConversion : public FuPoor
void StartConversion( INT16 nSourceLanguage, INT16 nTargetLanguage,
const Font *pTargetFont, INT32 nOptions, BOOL bIsInteractive );
+ void StartChineseConversion();
+
+ void ConvertStyles( INT16 nTargetLanguage, const Font *pTargetFont );
+
Outliner* GetOutliner() const { return pSdOutliner; }
};