summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-11-04 20:23:05 +0100
committerMiklos Vajna <vmiklos@collabora.com>2021-11-05 09:15:54 +0100
commit5ce91c5efb73c2d9be809fa82425ae8f2048d7a5 (patch)
tree37c6eef2d6b6f5f2c0bea1c9dd9b7c1c1b88209e
parent9776087faf8ea0107481dbd32ec74058301280fe (diff)
sw: remove useless debug code in SwLangHelper
Looks like leftover throwaway debug code that was committed by accident. Change-Id: I9f713da9a560164096c83406c5bd96f13be3e773 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124722 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r--sw/source/uibase/shells/langhelper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/uibase/shells/langhelper.cxx b/sw/source/uibase/shells/langhelper.cxx
index 501f39ce83ba..de01e243399c 100644
--- a/sw/source/uibase/shells/langhelper.cxx
+++ b/sw/source/uibase/shells/langhelper.cxx
@@ -568,11 +568,6 @@ namespace SwLangHelper
rWrtSh.SwapPam();
if (!rWrtSh.IsEndPara())
rWrtSh.MovePara( GoCurrPara, fnParaEnd );
- #if OSL_DEBUG_LEVEL > 1
- OUString aSelText;
- rWrtSh.GetSelectedText( aSelText );
- (void) aSelText;
- #endif
}
}