---------- Forwarded message ----------
From: José Guilherme Vanz (via Code Review) <gerrit@gerrit.libreoffice.org>
Date: 2012/11/19
Subject: [PATCH] fdo#51304: Remove @author annotation
To:
Cc: LibreOffice Developer List <libreoffice@lists.freedesktop.org>
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/1122
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/22/1122/1
fdo#51304: Remove @author annotation
This commit removes some @author annotations and some cleanup.
Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
---
M reportbuilder/java/com/sun/star/report/DataRow.java
M reportbuilder/java/com/sun/star/report/DataSource.java
M reportbuilder/java/com/sun/star/report/DataSourceException.java
M reportbuilder/java/com/sun/star/report/DataSourceFactory.java
M reportbuilder/java/com/sun/star/report/ImageService.java
M reportbuilder/java/com/sun/star/report/InputRepository.java
M reportbuilder/java/com/sun/star/report/JobDefinitionException.java
M reportbuilder/java/com/sun/star/report/JobProgressIndicator.java
M reportbuilder/java/com/sun/star/report/OfficeToken.java
M reportbuilder/java/com/sun/star/report/OutputRepository.java
M reportbuilder/java/com/sun/star/report/ReportEngine.java
M reportbuilder/java/com/sun/star/report/ReportJob.java
M reportbuilder/java/com/sun/star/report/ReportJobDefinition.java
M reportbuilder/java/com/sun/star/report/ReportJobFactory.java
M reportbuilder/java/com/sun/star/report/SOImageService.java
M reportbuilder/java/com/sun/star/report/StorageRepository.java
M
reportbuilder/java/com/sun/star/report/function/metadata/AuthorFunction.java
M
reportbuilder/java/com/sun/star/report/function/metadata/AuthorFunctionDescription.java
M
reportbuilder/java/com/sun/star/report/function/metadata/MetaDataFunctionCategory.java
M
reportbuilder/java/com/sun/star/report/function/metadata/TitleFunction.java
M
reportbuilder/java/com/sun/star/report/function/metadata/TitleFunctionDescription.java
M reportbuilder/java/com/sun/star/report/pentaho/OfficeNamespaces.java
M reportbuilder/java/com/sun/star/report/pentaho/PentahoFormulaContext.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/FixedTextLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/FormatValueUtility.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/FormattedTextLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ImageElementContext.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ImageElementLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ObjectOleLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeRepeatingStructureLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeReportLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeTableLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeTableTemplateLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/VariablesCollection.java
M
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java
M
reportbuilder/java/com/sun/star/report/pentaho/loader/InputResourceKey.java
M reportbuilder/java/com/sun/star/report/pentaho/model/DataStyle.java
M reportbuilder/java/com/sun/star/report/pentaho/model/FixedTextElement.java
M
reportbuilder/java/com/sun/star/report/pentaho/model/FontFaceDeclsSection.java
M reportbuilder/java/com/sun/star/report/pentaho/model/FontFaceElement.java
M reportbuilder/java/com/sun/star/report/pentaho/model/FormatCondition.java
M
reportbuilder/java/com/sun/star/report/pentaho/model/FormattedTextElement.java
M reportbuilder/java/com/sun/star/report/pentaho/model/ImageElement.java
M reportbuilder/java/com/sun/star/report/pentaho/model/ObjectOleElement.java
M
reportbuilder/java/com/sun/star/report/pentaho/model/OfficeDetailSection.java
M reportbuilder/java/com/sun/star/report/pentaho/model/OfficeDocument.java
M reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroup.java
M
reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java
M
reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupSection.java
M reportbuilder/java/com/sun/star/report/pentaho/model/OfficeMasterPage.java
M
reportbuilder/java/com/sun/star/report/pentaho/model/OfficeMasterStyles.java
M reportbuilder/java/com/sun/star/report/pentaho/model/OfficeReport.java
M reportbuilder/java/com/sun/star/report/pentaho/model/OfficeStyle.java
M reportbuilder/java/com/sun/star/report/pentaho/model/OfficeStyles.java
M
reportbuilder/java/com/sun/star/report/pentaho/model/OfficeStylesCollection.java
M
reportbuilder/java/com/sun/star/report/pentaho/model/OfficeTableSection.java
M reportbuilder/java/com/sun/star/report/pentaho/model/PageLayout.java
M reportbuilder/java/com/sun/star/report/pentaho/model/PageSection.java
M reportbuilder/java/com/sun/star/report/pentaho/model/RawText.java
M reportbuilder/java/com/sun/star/report/pentaho/model/ReportElement.java
M reportbuilder/java/com/sun/star/report/pentaho/model/TableCellElement.java
M
reportbuilder/java/com/sun/star/report/pentaho/model/VariablesDeclarationSection.java
M reportbuilder/java/com/sun/star/report/pentaho/output/ImageProducer.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/OfficeDocumentReportTarget.java
M reportbuilder/java/com/sun/star/report/pentaho/output/OleProducer.java
M reportbuilder/java/com/sun/star/report/pentaho/output/StyleUtilities.java
M reportbuilder/java/com/sun/star/report/pentaho/output/StylesWriter.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportProcessor.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportTarget.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportProcessor.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportTarget.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/text/MasterPageFactory.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/text/PageBreakDefinition.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/text/PageContext.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportProcessor.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportTarget.java
M
reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/ElementReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/OfficeDocumentXmlResourceFactory.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/OfficeStylesXmlResourceFactory.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/chart/ChartReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/draw/ObjectOleReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/office/DocumentStylesReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/office/FontFaceDeclsReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/office/MasterStylesReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ConditionalPrintExpressionReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FixedContentReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FormatConditionReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FormattedTextReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FunctionReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/MasterDetailReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/SubDocumentReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/style/FontFaceReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/style/MasterPageReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/style/PageLayoutReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/table/ColumnWidthMapper.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/table/RowHeightMapper.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/table/CoveredCellReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/table/TableCellReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/table/TableColumnReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/table/TableColumnsReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/table/TableReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/table/TableRowReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/table/TableRowsReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/text/NoCDATATextContentReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/text/TextContentReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/parser/xlink/XLinkReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/styles/LengthCalculator.java
M reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapper.java
M reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperKey.java
M
reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlFactoryModule.java
M
reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlResourceFactory.java
M
reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMappingDocumentReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMappingReadHandler.java
M
reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMappingRule.java
M reportbuilder/java/com/sun/star/report/util/ManifestWriter.java
M sfx2/qa/complex/sfx2/DocumentMetadataAccess.java
M sfx2/qa/complex/sfx2/DocumentProperties.java
M sfx2/qa/complex/sfx2/UndoManager.java
M sfx2/qa/complex/sfx2/undo/CalcDocumentTest.java
M sfx2/qa/complex/sfx2/undo/ChartDocumentTest.java
M sfx2/qa/complex/sfx2/undo/DocumentTest.java
M sfx2/qa/complex/sfx2/undo/DocumentTestBase.java
M sfx2/qa/complex/sfx2/undo/DrawDocumentTest.java
M sfx2/qa/complex/sfx2/undo/ImpressDocumentTest.java
M sfx2/qa/complex/sfx2/undo/WriterDocumentTest.java
M stoc/test/javavm/testapplet/TestApplet.java
M sw/qa/complex/writer/CheckCrossReferences.java
M toolkit/qa/complex/toolkit/Assert.java
M toolkit/qa/complex/toolkit/GridControl.java
M toolkit/qa/complex/toolkit/UnitConversion.java
M toolkit/qa/complex/toolkit/awtgrid/DummyColumn.java
M toolkit/qa/complex/toolkit/awtgrid/TMutableGridDataModel.java
M unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java
M unotest/source/java/org/openoffice/test/tools/SpreadsheetView.java
M unoxml/qa/complex/unoxml/RDFRepositoryTest.java
M vcl/qa/complex/memCheck/FileHelper.java
M wizards/com/sun/star/wizards/agenda/AgendaTemplate.java
M wizards/com/sun/star/wizards/common/ConfigGroup.java
M wizards/com/sun/star/wizards/db/DatabaseObjectWizard.java
M wizards/com/sun/star/wizards/form/CallFormWizard.java
M wizards/com/sun/star/wizards/form/Finalizer.java
M wizards/com/sun/star/wizards/table/CallTableWizard.java
M wizards/com/sun/star/wizards/ui/ControlScroller.java
M wizards/com/sun/star/wizards/ui/event/DataAware.java
M wizards/com/sun/star/wizards/web/BackgroundsDialog.java
M wizards/com/sun/star/wizards/web/WWD_Events.java
M wizards/com/sun/star/wizards/web/WebWizard.java
M
xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/UnsupportedFunctionException.java
M xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializer2.java
M xmlsecurity/test_docs/tools/httpserv/src/httpserv/Main.java
M xmlsecurity/tools/uno/AttributeListHelper.java
160 files changed, 0 insertions(+), 255 deletions(-)
--
To view, visit https://gerrit.libreoffice.org/1122
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: José Guilherme Vanz <guilherme.sft@gmail.com>
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
--
Att. José Guilherme Vanz
"Se você é capaz de tremer de indignação cada vez que se comete uma
injustiça no mundo, então somos companheiros" - Che Guevara
--
Você está recebendo e-mails da lista dev@pt-br.libreoffice.org
# Informações sobre os comandos disponíveis (em inglês):
mande e-mail vazio para dev+help@pt-br.libreoffice.org
# Cancelar sua assinatura: mande e-mail vazio para:
dev+unsubscribe@pt-br.libreoffice.org
# Arquivo de mensagens: http://listarchives.libreoffice.org/pt-br/dev
Context
- [pt-br-dev] Fwd: [PATCH] fdo#51304: Remove @author annotation · José Guilherme Vanz
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.