From 3667690040d426044cc23aabe05e75a0c9b55d15 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 21:14:03 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED 2007/06/04 13:32:25 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- tools/source/fsys/wldcrd.cxx | 6 +++--- tools/source/generic/gen.cxx | 10 +++++----- tools/source/generic/link.cxx | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'tools') diff --git a/tools/source/fsys/wldcrd.cxx b/tools/source/fsys/wldcrd.cxx index dd86531c013b..d5544b1b0dc0 100644 --- a/tools/source/fsys/wldcrd.cxx +++ b/tools/source/fsys/wldcrd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wldcrd.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:54:37 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:12:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_tools.hxx" #ifndef _WLDCRD_HXX -#include +#include #endif /************************************************************************* diff --git a/tools/source/generic/gen.cxx b/tools/source/generic/gen.cxx index 065ff63892e3..3763faee22c6 100644 --- a/tools/source/generic/gen.cxx +++ b/tools/source/generic/gen.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gen.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:55:56 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:13:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,13 +37,13 @@ #include "precompiled_tools.hxx" #ifndef _TOOLS_DEBUG_HXX -#include +#include #endif #ifndef _SV_GEN_HXX -#include +#include #endif #ifndef _STREAM_HXX -#include +#include #endif // ======================================================================= diff --git a/tools/source/generic/link.cxx b/tools/source/generic/link.cxx index f32faa7d375a..e9849337f5ff 100644 --- a/tools/source/generic/link.cxx +++ b/tools/source/generic/link.cxx @@ -4,9 +4,9 @@ * * $RCSfile: link.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:56:26 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:14:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_tools.hxx" #ifndef _LINK_HXX -#include +#include #endif /************************************************************************* -- cgit ='distro/collabora/co-24.04.3'>distro/collabora/co-24.04.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-08-09loplugin:unusedmethodsNoel Grandin
2018-07-24loplugin:useuniqueptr in ScValidationDataListNoel Grandin
2018-07-23Fix typosAndrea Gelmini
2018-06-20tdf#42949 Fix IWYU warnings in sc/inc/[ux]*Gabor Kelemen
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara
2018-02-22weld native message dialogsCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-16Fix typosAndrea Gelmini
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-03Remove visual noise from scAlexander Wilms
2014-01-27coverity#1103748 coverity#708009 coverity#708011-12Norbert Thiebaud
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
2013-09-07inheriting from a standard container is a bad ideaMarkus Mohrhard
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida
2013-06-27Remove duplicate code blocks.Kohei Yoshida
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida
2013-03-26Another one involving cell data validation in detective functionality.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-12Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::setNoel Grandin
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann