diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-26 15:42:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-26 15:43:16 +0000 |
commit | 51221bbf0c7cca0a329393dac2059818006ab338 (patch) | |
tree | f43edb6f152c8c5bb1b5b260e5595e394289f874 | |
parent | 7716d86f46dea72bd0e99f7074f718d558e88f49 (diff) |
Resolves: fdo#75408 go back to the old way of doing things
Revert "Resolves: rhbz#1012353 fdo#48846 allow starmath objects to be resized"
This reverts commit 1b717e5686f34c3ce798310a6216f7ea98fb2cd9.
Change-Id: Iaf8410fc1e5611cda04356d32e37ee25a7f59898
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Embedding.xcu | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Embedding.xcu b/officecfg/registry/data/org/openoffice/Office/Embedding.xcu index 44031e8093dc..e39af5d36401 100644 --- a/officecfg/registry/data/org/openoffice/Office/Embedding.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Embedding.xcu @@ -236,7 +236,9 @@ <prop oor:name="ObjectDocumentServiceName"> <value>com.sun.star.formula.FormulaProperties</value> </prop> - <prop oor:name="ObjectMiscStatus"/> + <prop oor:name="ObjectMiscStatus"> + <value>8589934592</value> + </prop> <prop oor:name="ObjectVerbs"> <value>PRIMARY SHOW OPEN HIDE UIACTIVATE IPACTIVATE SAVECOPYAS</value> </prop> |