summaryrefslogtreecommitdiff
path: root/patches/qatesttool/calc-datapilot-autoformat.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/qatesttool/calc-datapilot-autoformat.diff')
-rw-r--r--patches/qatesttool/calc-datapilot-autoformat.diff32
1 files changed, 0 insertions, 32 deletions
diff --git a/patches/qatesttool/calc-datapilot-autoformat.diff b/patches/qatesttool/calc-datapilot-autoformat.diff
deleted file mode 100644
index abc4d9b5a..000000000
--- a/patches/qatesttool/calc-datapilot-autoformat.diff
+++ /dev/null
@@ -1,32 +0,0 @@
---- calc/special/inc/keyboardaccessibility/keyboardaccessibility1.inc.old 2005-09-07 21:07:28.000000000 +0200
-+++ calc/special/inc/keyboardaccessibility/keyboardaccessibility1.inc 2006-06-06 18:36:33.000000000 +0200
-@@ -904,7 +912,8 @@
-
- '/// Context menu - Refresh
- DocumentCalc.OpenContextMenu
-- Call hMenuSelectNr(2)
-+ '/// ooo-build added Autoformat menu entry before Refresh, i#37388
-+ Call hMenuSelectNr(3)
- Sleep 1
-
- if cZellwert("A7") <> "2" then Warnlog "A7 isn't correct !"
-@@ -946,7 +955,8 @@
-
- '/// Context menu - Filter
- DocumentCalc.OpenContextMenu
-- Call hMenuSelectNr(3)
-+ '/// ooo-build added Autoformat menu entry before Refresh, i#37388
-+ Call hMenuSelectNr(4)
- Sleep 1
-
- Kontext "PivotFilter"
-@@ -995,7 +1005,8 @@
-
- '/// Context menu - Delete
- DocumentCalc.OpenContextMenu
-- Call hMenuSelectNr(4)
-+ '/// ooo-build added Autoformat menu entry before Refresh, i#37388
-+ Call hMenuSelectNr(5)
- Sleep 1
-
- if Len(cZellwert("A4")) <> 0 then Warnlog "A4 isn't correct !"