diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-07 16:10:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-07 16:14:32 +0100 |
commit | 1b717e5686f34c3ce798310a6216f7ea98fb2cd9 (patch) | |
tree | e51595d92aa8b109f9345121cdd64603cc9433de /officecfg | |
parent | 58c3303a042650e78e1cf56654650d0203148c03 (diff) |
Resolves: rhbz#1012353 fdo#48846 allow starmath objects to be resized
Change-Id: I8fb524a324b4ada64623f7c4f9ea2348765260b7
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Embedding.xcu | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Embedding.xcu b/officecfg/registry/data/org/openoffice/Office/Embedding.xcu index e39af5d36401..44031e8093dc 100644 --- a/officecfg/registry/data/org/openoffice/Office/Embedding.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Embedding.xcu @@ -236,9 +236,7 @@ <prop oor:name="ObjectDocumentServiceName"> <value>com.sun.star.formula.FormulaProperties</value> </prop> - <prop oor:name="ObjectMiscStatus"> - <value>8589934592</value> - </prop> + <prop oor:name="ObjectMiscStatus"/> <prop oor:name="ObjectVerbs"> <value>PRIMARY SHOW OPEN HIDE UIACTIVATE IPACTIVATE SAVECOPYAS</value> </prop> |