diff options
author | Amelia Wang <amwang@novell.com> | 2010-09-13 14:37:51 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-09-13 15:40:35 +0200 |
commit | 8fd87a90a5ebcc9d8c4ddc7ece6d20debd58e801 (patch) | |
tree | 96c24aabf9ef9aeed4af9920b4283ce2b6edba4c /sw/inc/swmodule.hxx | |
parent | 1f578e21a92b3532ddfd8e0fd007a7ec6b2ee240 (diff) |
cjk-character-units-imp.diff: add a new unit 'character unit'
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r-- | sw/inc/swmodule.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index c8e601143877..77c2e56bbe6c 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -169,6 +169,8 @@ public: //default page mode for text grid void ApplyDefaultPageMode(sal_Bool bIsSquaredPageMode); + void ApplyUserCharUnit(BOOL bApplyChar, BOOL bWeb); // apply_char_unit + // ConfigItems erzeugen SwModuleOptions* GetModuleConfig() { return pModuleConfig;} SwPrintOptions* GetPrtOptions(sal_Bool bWeb); |