summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuhhconv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/fuhhconv.hxx')
-rw-r--r--sd/source/ui/inc/fuhhconv.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/inc/fuhhconv.hxx b/sd/source/ui/inc/fuhhconv.hxx
index 65eab16ea831..c41bd53a5573 100644
--- a/sd/source/ui/inc/fuhhconv.hxx
+++ b/sd/source/ui/inc/fuhhconv.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@ class FuHangulHanjaConversion : public FuPoor
static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
- void StartConversion( INT16 nSourceLanguage, INT16 nTargetLanguage,
+ void StartConversion( INT16 nSourceLanguage, INT16 nTargetLanguage,
const Font *pTargetFont, INT32 nOptions, BOOL bIsInteractive );
void StartChineseConversion();
@@ -55,15 +55,15 @@ class FuHangulHanjaConversion : public FuPoor
protected:
~FuHangulHanjaConversion();
- Outliner* pSdOutliner;
- BOOL bOwnOutliner;
+ Outliner* pSdOutliner;
+ BOOL bOwnOutliner;
private:
FuHangulHanjaConversion (
- ViewShell* pViewSh,
- ::sd::Window* pWin,
+ ViewShell* pViewSh,
+ ::sd::Window* pWin,
::sd::View* pView,
- SdDrawDocument* pDoc,
+ SdDrawDocument* pDoc,
SfxRequest& rReq );
};