diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-09-14 17:21:03 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-09-14 17:21:03 +0200 |
commit | 615e2b4075b2d285c033aae5e722ffa382e8520e (patch) | |
tree | d7579a33cb37076d242e9586265b483ec3dac09d /unotools/inc | |
parent | 0ec05d5b9d05cb36523dbed657fe38c73baab7b4 (diff) |
cjk-default-compatibility.diff: Don't expand spaces with manual breaks
i#54320
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/compatibility.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unotools/inc/unotools/compatibility.hxx b/unotools/inc/unotools/compatibility.hxx index eb01e43f3ba0..17fa55d2f434 100644 --- a/unotools/inc/unotools/compatibility.hxx +++ b/unotools/inc/unotools/compatibility.hxx @@ -153,6 +153,8 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options void Clear(); + void SetDefault( ::rtl::OUString sName, bool bValue ); + /*-****************************************************************************************************//** @short return complete specified list @descr Call it to get all entries of compatibility options. |