diff options
author | Eike Rathke <erack@redhat.com> | 2016-07-20 23:50:43 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-07-20 23:53:25 +0200 |
commit | 0ccb3ccc4c7bafeb2fbbd689c90f710bc65d37e0 (patch) | |
tree | f8e155c94f9ef33ae2762f678f08182ffd04f745 /qadevOOo/tests | |
parent | 9cd4a2d92388d199293e44a63ebe32f7c61aceff (diff) |
add test for css::sheet::SpreadsheetDocumentSettings Wildcards property
Though many other optional properties since OOo3 are also missing, is
adding this even worth it?
Change-Id: I72eeb3e55c6464b0e46e484177a773b2188846b0
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r-- | qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java b/qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java index 81f63666a646..8a00babb9c85 100644 --- a/qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java +++ b/qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java @@ -44,6 +44,7 @@ import com.sun.star.util.Date; * <li><code> RegularExpressions</code></li> * <li><code> ForbiddenCharacters</code></li> * <li><code> HasDrawPages</code></li> +* <li><code> Wildcards</code></li> * </ul> <p> * Properties testing is automated by <code>lib.MultiPropertyTest</code>. * @see com.sun.star.sheet.SpreadsheetDocumentSettings @@ -137,4 +138,4 @@ public class _SpreadsheetDocumentSettings extends MultiPropertyTest { rLocale.Variant.equals(locale.Variant); } } -}
\ No newline at end of file +} |