summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/langhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/shells/langhelper.cxx')
-rw-r--r--sw/source/ui/shells/langhelper.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/shells/langhelper.cxx b/sw/source/ui/shells/langhelper.cxx
index f28c80e13457..8342502e12ae 100644
--- a/sw/source/ui/shells/langhelper.cxx
+++ b/sw/source/ui/shells/langhelper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <string.h>
#include <vcl/window.hxx>
@@ -229,7 +228,6 @@ namespace SwLangHelper
return bRestoreSelection;
}
-
void SetLanguage( SwWrtShell &rWrtSh, const OUString &rLangText, bool bIsForSelection, SfxItemSet &rCoreSet )
{
SetLanguage( rWrtSh, 0 , ESelection(), rLangText, bIsForSelection, rCoreSet );
@@ -406,7 +404,6 @@ namespace SwLangHelper
}
}
-
/// @returns : the language for the selected text that is set for the
/// specified attribute (script type).
/// If there are more than one languages used LANGUAGE_DONTKNOW will be returned.
@@ -588,7 +585,6 @@ namespace SwLangHelper
return aText;
}
-
void SelectPara( EditView &rEditView, const ESelection &rCurSel )
{
ESelection aParaSel( rCurSel.nStartPara, 0, rCurSel.nStartPara, EE_TEXTPOS_ALL );