summaryrefslogtreecommitdiff
path: root/editeng/source/misc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-15 00:52:14 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-15 13:27:10 +0100
commitfde781f09543dfea1f22977376753740c5ea6b40 (patch)
tree8afbe050f38e55d99e66595585e12756cd87fe12 /editeng/source/misc
parent984f42952960948080af6845f133b21053fa027c (diff)
Remove unused USED ;)
Diffstat (limited to 'editeng/source/misc')
-rw-r--r--editeng/source/misc/splwrap.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx
index 5c158da3e0bc..5e2e11193a02 100644
--- a/editeng/source/misc/splwrap.cxx
+++ b/editeng/source/misc/splwrap.cxx
@@ -494,19 +494,9 @@ sal_Bool SvxSpellWrapper::SpellNext( )
// Ein BODY_Bereich erledigt, Frage nach dem anderen BODY_Bereich
WAIT_OFF();
-// Sobald im Dialog das DontWrapAround gesetzt werden kann, kann der
-// folgende #ifdef-Zweig aktiviert werden ...
-#ifdef USED
- sal_Bool bDontWrapAround = IsHyphen() ?
- pSpell->GetOptions() & DONT_WRAPAROUND :
- pSpell->GetHyphOptions() & HYPH_DONT_WRAPAROUND;
- if( bDontWrapAround )
-#else
sal_uInt16 nResId = bReverse ? RID_SVXQB_BW_CONTINUE : RID_SVXQB_CONTINUE;
QueryBox aBox( pWin, EditResId( nResId ) );
if ( aBox.Execute() != RET_YES )
-#endif
-
{
// Verzicht auf den anderen Bereich, ggf. Frage nach Sonderbereich
WAIT_ON();