summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/README2
-rw-r--r--sc/source/ui/view/gridwin.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/README b/sc/README
index fdee3df23ee3..e355e0c3c612 100644
--- a/sc/README
+++ b/sc/README
@@ -10,7 +10,7 @@ Dumps the column width of the first 20 columns.
Dumps the graphic objects and their position and size in pixel.
-=== CTRL+SHIFT+F9 ===
+=== CTRL+SHIFT+F6 ===
Dumps the SfxItemSet representing the cell properties' of the
current selection as a xml file. The file will be named dump.xml
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 74826da1aa37..555a7f0ca6dc 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -3175,7 +3175,7 @@ void ScGridWindow::KeyInput(const KeyEvent& rKEvt)
{
dumpColumnInformationHmm();
}
- else if (rKeyCode.GetCode() == KEY_F9)
+ else if (rKeyCode.GetCode() == KEY_F6)
{
dumpCellProperties();
}