summaryrefslogtreecommitdiff
path: root/odk/examples/java/Inspector/XUnoPropertyNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/Inspector/XUnoPropertyNode.java')
-rw-r--r--odk/examples/java/Inspector/XUnoPropertyNode.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/java/Inspector/XUnoPropertyNode.java b/odk/examples/java/Inspector/XUnoPropertyNode.java
index e4aa4caba668..27d6c5021e1d 100644
--- a/odk/examples/java/Inspector/XUnoPropertyNode.java
+++ b/odk/examples/java/Inspector/XUnoPropertyNode.java
@@ -2,7 +2,7 @@
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
@@ -29,7 +29,7 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
+ *
*************************************************************************/
import com.sun.star.beans.Property;
@@ -39,13 +39,13 @@ public interface XUnoPropertyNode extends XUnoNode {
public static int nDEFAULT = 0;
public static int nPROPERTYSETINFOTYPE = 1;
public static int nPROPERTYVALUETYPE = 2;
-
+
public Object getUnoReturnObject();
-
+
public int getPropertyNodeType();
-
+
public void setPropertyNodeType(int _nPropertyType);
public Property getProperty();
-
+
}