summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-01-08 14:25:45 +0100
committerMichael Stahl <mstahl@redhat.com>2015-01-09 00:00:46 +0100
commitd7bebc89c19d70344a8d71c729bbcb3a59004114 (patch)
tree9cfc402af2678c8c017e3a37ae66b3915c4c1eb0 /sc
parent6b084f0001fc15112bf3c40d20a0c7096c83b7fe (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')
-rw-r--r--sc/sdi/tabvwsh.sdi1
-rw-r--r--sc/source/ui/formdlg/dwfunctr.cxx32
2 files changed, 2 insertions, 31 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; ]
diff --git a/sc/source/ui/formdlg/dwfunctr.cxx b/sc/source/ui/formdlg/dwfunctr.cxx
index d1caf276c112..69cdd848ade8 100644
--- a/sc/source/ui/formdlg/dwfunctr.cxx
+++ b/sc/source/ui/formdlg/dwfunctr.cxx
@@ -588,21 +588,7 @@ void ScFunctionDockWin::SetDescription()
}
}
-/*************************************************************************
-#* Member: Resizing
-#*------------------------------------------------------------------------
-#*
-#* Klasse: ScFunctionDockWin
-#*
-#* Funktion: Ueberladene Funktion um die Groesse der
-#* einzelnen Controls einzustellen.
-#*
-#* Input: neue Groesse
-#*
-#* Output: ---
-#*
-#************************************************************************/
-
+/// override to set new size of the controls
void ScFunctionDockWin::Resizing( Size& rNewSize )
{
if((sal_uLong)rNewSize.Width()<nMinWidth) rNewSize.Width()=nMinWidth;
@@ -717,21 +703,7 @@ void ScFunctionDockWin::Notify( SfxBroadcaster&, const SfxHint& /* rHint */ )
{
}
-/*************************************************************************
-#* Member: Resize
-#*------------------------------------------------------------------------
-#*
-#* Klasse: ScFunctionDockWin
-#*
-#* Funktion: Ueberladene Funktion um die Groesse der
-#* einzelnen Controls einzustellen.
-#*
-#* Input: neue Groesse
-#*
-#* Output: ---
-#*
-#************************************************************************/
-
+/// override to set new size of the controls
void ScFunctionDockWin::Resize()
{
if ( !IsFloatingMode() ||