diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-28 14:40:08 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-28 14:42:27 +0100 |
commit | 984f0d604de6b6f30ea7e427f3b464e4173e17b2 (patch) | |
tree | a6cf3c57969caf609a83bfd9ad39481dcd4a4933 /sc/README | |
parent | 98f3b0e091f47fd8eeadd8b8acede2da06fd02b8 (diff) |
move the cell property dump code into dbgutil builds
We now allow with a CTRL+SHIFT+F9 to dump the cell properties as a xml
file.
Change-Id: I730e7009bbe95d3105541a9afbd2c8a19c992600
Diffstat (limited to 'sc/README')
-rw-r--r-- | sc/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/README b/sc/README index ad14ece023b0..7c3bcfe1d539 100644 --- a/sc/README +++ b/sc/README @@ -9,3 +9,8 @@ Dumps the column width of the first 20 columns. === CTRL+SHIFT+F11 === Dumps the graphic objects and their position and size in pixel. + +=== CTRL+SHIFT+F9 === + +Dumps the SfxItemSet representing the cell properties of the +current cell as a xml file. |