diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 15:26:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 15:26:13 +0000 |
commit | a2b3e46329f8e326db7f5a2f9e6a35e2539b3d0f (patch) | |
tree | 6a1eeb19d39a954980651e4c5ae6dd3f00d48864 /unotools/qa | |
parent | 12e646c1f657c6f3652041c4482bbafb5f67b742 (diff) |
INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED
2007/10/18 11:40:15 mav 1.1.2.1: #i47532# TempFile service
Diffstat (limited to 'unotools/qa')
-rw-r--r-- | unotools/qa/complex/tempfile/TempFileTest.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unotools/qa/complex/tempfile/TempFileTest.java b/unotools/qa/complex/tempfile/TempFileTest.java new file mode 100644 index 000000000000..4de9304b1c7f --- /dev/null +++ b/unotools/qa/complex/tempfile/TempFileTest.java @@ -0,0 +1,5 @@ +package complex.tempfile; + +public interface TempFileTest { + boolean test(); +} |