summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2016-12-23 16:20:05 +0000
committerPedro Giffuni <pfg@apache.org>2016-12-23 16:20:05 +0000
commita264476563664ef1f594ab2f3e26ca30758e0d38 (patch)
tree2cd790286e7028f84c378d89b82b53a990d2e10b /ridljar
parentb27e6920d1d3f9c5e18109c24107dbd33a773414 (diff)
Re-enable some Date svn:keywords.
These all pre-existed in the code and it0s convenient to let Subversion handle them directly. These should have no effect on the build.
Notes
Notes: ignore: obsolete
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/com/sun/star/uno/Any.java2
-rw-r--r--ridljar/com/sun/star/uno/Enum.java2
-rw-r--r--ridljar/com/sun/star/uno/Union.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/ridljar/com/sun/star/uno/Any.java b/ridljar/com/sun/star/uno/Any.java
index 7e8bbb67a12f..81d6f5623ba1 100644
--- a/ridljar/com/sun/star/uno/Any.java
+++ b/ridljar/com/sun/star/uno/Any.java
@@ -34,7 +34,7 @@ package com.sun.star.uno;
* an explicit interface type, so the remote counterpart doesn't need to invoke
* a queryInterface).
* <p>
- * @version $Revision: 1.11 $ $ $Date: 2008-04-11 11:11:43 $
+ * @version $Revision: 1.11 $ $ $Date$
*/
public class Any {
/**
diff --git a/ridljar/com/sun/star/uno/Enum.java b/ridljar/com/sun/star/uno/Enum.java
index 73a876c2ca42..4a1406e3b92f 100644
--- a/ridljar/com/sun/star/uno/Enum.java
+++ b/ridljar/com/sun/star/uno/Enum.java
@@ -31,7 +31,7 @@ package com.sun.star.uno;
* You cannot create a object of this class or subclass direct, to
* avoid enum values with integer values outside the defined range.
* <p>
- * @version $Revision: 1.5 $ $ $Date: 2008-04-11 11:11:59 $
+ * @version $Revision: 1.5 $ $ $Date$
*/
public abstract class Enum {
private int m_value;
diff --git a/ridljar/com/sun/star/uno/Union.java b/ridljar/com/sun/star/uno/Union.java
index ba1b2fee45ee..9fa424ab8ffe 100644
--- a/ridljar/com/sun/star/uno/Union.java
+++ b/ridljar/com/sun/star/uno/Union.java
@@ -30,7 +30,7 @@ package com.sun.star.uno;
* Note: The idl type <code>union</code> is currently not fully
* integrated into the UNO framework, so don't use it.
*
- * @version $Revision: 1.5 $ $ $Date: 2008-04-11 11:15:07 $
+ * @version $Revision: 1.5 $ $ $Date$
*/
public class Union {
/**