diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-06 16:19:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-08 13:03:13 +0100 |
commit | 9897942db6c53dff3a85b880d9d2b955011ef189 (patch) | |
tree | 7f9aa54ea066c16d41b1cc92691a746557c01d85 /sd | |
parent | 1b66ced2367353ad42a14bfc76ca1853c4935d6a (diff) |
Tweak hyphen as a togglable option after all
In a65f48f375d218b592ba7c17752f9ca86e14bd65 I wondered why hyphenation was set
to be a toggle able feature when it opens a non-modal dialog.
Looking closer, it *is* a toggable feature on/off for draw/impress, but this
isn't the case for writer. Reverted it for calc too, although apparently
not toggable there.
Change-Id: If02568d58253c380e6d668a728f9c3ae6acf1128
Diffstat (limited to 'sd')
-rw-r--r-- | sd/sdi/sdraw.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi index 277565917a97..0183a5470826 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -3260,7 +3260,7 @@ SfxBoolItem Hyphenation SID_HYPHENATION HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = FALSE, - Toggle = FALSE, + Toggle = TRUE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; |