From 6e4894c2019dc9c442dce738d3f0423d8d74973f Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 23 Aug 2011 15:06:53 +0200 Subject: recreated tag libreoffice-3.3.3.1 which had these commits: commit d7e53cee633ec1c583c72e6d9c01122195c4383c (tag: refs/tags/libreoffice-3.3.3.1) Author: Petr Mladek Date: Tue May 31 17:39:04 2011 +0200 Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1) --- wizards/com/sun/star/wizards/web/data/CGDocument.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wizards/com/sun/star/wizards/web/data/CGDocument.java') diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.java b/wizards/com/sun/star/wizards/web/data/CGDocument.java index 177355612675..b8c7ed50cd6b 100644 --- a/wizards/com/sun/star/wizards/web/data/CGDocument.java +++ b/wizards/com/sun/star/wizards/web/data/CGDocument.java @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -92,7 +92,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider /** * The contents subdirectory name in which the document is in. * This subdirectory will be created in the content's "docs" - * subdirectory. + * subdirectory. */ public String dirName; /** @@ -180,7 +180,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider xProps = ((XDocumentPropertiesSupplier) UnoRuntime.queryInterface(XDocumentPropertiesSupplier.class, component)).getDocumentProperties(); } - task.advance(true); //4 + task.advance(true); //4 //now use the object to read some document properties. if (xProps != null) @@ -255,7 +255,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider /** * @param media is the media description string returned by an UNO TypeDetection object. * @return one of the constants in the interface TypeDetection. - * + * */ private String getDocType(String media) { -- cgit