summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-10-06 14:31:40 +0000
committerRüdiger Timm <rt@openoffice.org>2003-10-06 14:31:40 +0000
commit60c200477e8138c53c4c7f33d4c16516eb3459c6 (patch)
tree2ed50ee6d710cb105a7ee7b4ec3501422d60ca36 /svx
parentaba02586eadbafc8f69ab0cb6cc83cd556b3c819 (diff)
INTEGRATION: CWS rt02 (1.84.10); FILE MERGED
2003/09/30 16:22:53 rt 1.84.10.1: #i19697# Fixed compiler warnings
Diffstat (limited to 'svx')
-rw-r--r--svx/source/editeng/editeng.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/editeng.cxx b/svx/source/editeng/editeng.cxx
index ce90ee0e31ee..5200e76b6781 100644
--- a/svx/source/editeng/editeng.cxx
+++ b/svx/source/editeng/editeng.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editeng.cxx,v $
*
- * $Revision: 1.84 $
+ * $Revision: 1.85 $
*
- * last change: $Author: rt $ $Date: 2003-09-19 10:34:30 $
+ * last change: $Author: rt $ $Date: 2003-10-06 15:31:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2256,7 +2256,7 @@ void EditEngine::CompleteOnlineSpelling()
pImpEditEngine->StopOnlineSpellTimer();
pImpEditEngine->DoOnlineSpelling( 0, sal_True, sal_False );
}
-#endif SVX_LIGHT
+#endif // SVX_LIGHT
}
USHORT EditEngine::FindParagraph( long nDocPosY )