From d8b6cc3b44ddcf9647653dc8ee88f3d9024feebf Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 23 Aug 2011 15:06:03 +0200 Subject: recreated tag libreoffice-3.3.0.4 which had these commits: commit 04144eede67d986878496224a1bfec8b5666f1fe (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek Date: Tue Jan 18 19:01:16 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit c2d496a993f9643bc8a737c505f070246fcf6fad Author: Kohei Yoshida Date: Fri Jan 14 11:53:12 2011 -0500 Remove pesky on-line registration menu entry. (fdo#33112) .../uiconfig/sbibliography/menubar/menubar.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit da172d85638baf1bcc1dd2bdc985f1a50d308bc3 Author: Petr Mladek Date: Tue Jan 11 22:59:36 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master. --- package/qa/ofopxmlstorages/Test07.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/qa/ofopxmlstorages/Test07.java') diff --git a/package/qa/ofopxmlstorages/Test07.java b/package/qa/ofopxmlstorages/Test07.java index bcd85d5d01c0..5499281c57e5 100644 --- a/package/qa/ofopxmlstorages/Test07.java +++ b/package/qa/ofopxmlstorages/Test07.java @@ -84,7 +84,7 @@ public class Test07 implements StorageTest { m_aTestHelper.Error( "Can't create substorage!" ); return false; } - + byte pBytes2[] = { 2, 2, 2, 2, 2 }; // open a new substream, set "MediaType" and "Compressed" properties to it and write some bytes @@ -140,7 +140,7 @@ public class Test07 implements StorageTest { m_aTestHelper.Error( "The new substorage still was not commited so it must be empty!" ); return false; } - + if ( !m_aTestHelper.disposeStorage( xClonedSubStorage ) ) return false; @@ -206,7 +206,7 @@ public class Test07 implements StorageTest { m_aTestHelper.Error( "The root storage still was not commited so it's clone must be empty!" ); return false; } - + if ( !m_aTestHelper.disposeStorage( xCloneOfRoot ) ) return false; @@ -253,6 +253,6 @@ public class Test07 implements StorageTest { m_aTestHelper.Error( "Exception: " + e ); return false; } - } + } } -- cgit v1.2.3