summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 11:09:15 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 11:09:15 +0000
commit6b847345520241c90d8c141a94bb803e547360ad (patch)
treede68173cf09282aa27c447446586a88b1d89da74 /odk/examples/DevelopersGuide
parent385026e0acf2c467ff004f7110b8fe93ed820342 (diff)
INTEGRATION: CWS sdkbugfix01 (1.4.6); FILE MERGED
2005/02/17 13:44:14 jsc 1.4.6.1: #i42926# remove non ascii character
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 2a96ac07d1af..6f0454c79fba 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -2,9 +2,9 @@
*
* $RCSfile: FunctionHelper.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 16:38:04 $
+ * last change: $Author: kz $ $Date: 2005-03-01 12:09:15 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -797,7 +797,7 @@ public class FunctionHelper
/**
* Try to close the document without any saving of modifications.
* We can try it only! Controller and/or model of this document
- * can disagree with that. But mostly they doesn't do so.
+ * can disagree with that. But mostly they doesn't do so.
*
* @param xDocument document which should be clcosed
*/