summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:25:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:25:18 +0000
commit89f5f2e49068f34ea00667c26ec73c5f1296c4f6 (patch)
tree9cfdf3af9f3f389f3d025ca1c3eacb9f8f4f9fb6 /wizards
parent6d3c4d0301df87ae5ad98b9fe671b3e9594ad50f (diff)
INTEGRATION: CWS dbwizardpp1 (1.2.128); FILE MERGED
2005/12/06 01:12:00 bc 1.2.128.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/15 15:43:07 bc 1.2.128.1: ##several issues
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/text/ViewHandler.java8
1 files changed, 6 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/text/ViewHandler.java b/wizards/com/sun/star/wizards/text/ViewHandler.java
index 16d0c5a4d86d..e2c1a78a4042 100644
--- a/wizards/com/sun/star/wizards/text/ViewHandler.java
+++ b/wizards/com/sun/star/wizards/text/ViewHandler.java
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewHandler.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:43:22 $
+ * last change: $Author: hr $ $Date: 2005-12-28 17:25:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,4 +113,8 @@ public class ViewHandler {
xTextViewCursor.collapseToStart();
}
+
+
+
+
}