summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-02-09 09:54:03 +0000
committerOliver Specht <os@openoffice.org>2001-02-09 09:54:03 +0000
commitd64c1294351ff928b18465d8b28b5b7d45248dbf (patch)
treef66747b9b42c631f703538078525e5700167ccc6
parent089d7a5596061ca20d916c41256a753f877f33f0 (diff)
EnableAutoSpelling removed
-rw-r--r--svx/source/options/optlingu.cxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/svx/source/options/optlingu.cxx b/svx/source/options/optlingu.cxx
index 642eea6bfed3..210d7fe488f2 100644
--- a/svx/source/options/optlingu.cxx
+++ b/svx/source/options/optlingu.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optlingu.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: os $ $Date: 2001-02-08 16:47:32 $
+ * last change: $Author: os $ $Date: 2001-02-09 10:54:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1491,19 +1491,6 @@ void SvxLinguTabPage::HideGroups( sal_uInt16 nGrp )
}
#endif
}
-/* -----------------------------27.01.00 12:14--------------------------------
-
- ---------------------------------------------------------------------------*/
-void SvxLinguTabPage::EnableAutoSpelling()
-{
-#ifdef NEVER
- aAutoCheckBtn.Show();
- aMarkOffBtn.Show();
- aAutoSpellBox.Show();
-#endif
-}
-
-
/*--------------------------------------------------
--------------------------------------------------*/