diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-01-08 14:25:45 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-01-09 00:00:46 +0100 |
commit | d7bebc89c19d70344a8d71c729bbcb3a59004114 (patch) | |
tree | 9cfc402af2678c8c017e3a37ae66b3915c4c1eb0 /sc/sdi | |
parent | 6b084f0001fc15112bf3c40d20a0c7096c83b7fe (diff) |
translate all remaining abuses of "ueberladen"
It is scary how many barely educated C++ programmers can't tell their
inclusion polymorphism from their ad-hoc polymorphism.
Change-Id: Id4df7d168ba5257eff522a7f131c841c1ddcbccd
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index 8f67a4d4c8a2..89439b89c8ad 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -163,7 +163,6 @@ interface TableEditView SID_ATTR_ZOOM [ ExecMethod = Execute; StateMethod = GetState; ] SID_ATTR_ZOOMSLIDER [ ExecMethod = Execute; StateMethod = GetState; ] FID_INSERT_FILE [ ExecMethod = Execute; StateMethod = GetState; ] - // Save / SaveAs ueberladen, um die Eingabe abzuschliessen FID_SCALE [ ExecMethod = Execute; StateMethod = GetState; ] FID_FUNCTION_BOX [ ExecMethod = Execute; StateMethod = GetState; ] |