diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-14 09:15:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-14 09:55:13 +0200 |
commit | afe95a1d7a3ce6842bb230eeaff70dc94bd24934 (patch) | |
tree | ac1b5ddf2f505f919f4874810c8a5d3b2f69b64b /xmerge | |
parent | 47550b1f042c3e0d4340af44fa4f4ae3befb772b (diff) |
Change-Id: Iac74be96b47720ab105f862e7d1a69f909214294
Diffstat (limited to 'xmerge')
-rw-r--r-- | xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/Format.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/Format.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/Format.java index 68a62b620fd5..7015847152a5 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/Format.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/Format.java @@ -23,7 +23,7 @@ import java.awt.Color; /** * This class specifies the format for a given spreadsheet cell. */ -public class Format implements Cloneable { +public class Format { /** Horizontal Alignment Constants. */ final public static int RIGHT_ALIGN = 0x01; |