From a8ac4bc4145e7e558153b58c87b2def339aebe36 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 17 Oct 2008 08:40:10 +0000 Subject: CWS-TOOLING: integrate CWS aw057 --- svx/source/table/svdotable.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source/table/svdotable.cxx') diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx index 77185b060099..dabbe9f9a741 100644 --- a/svx/source/table/svdotable.cxx +++ b/svx/source/table/svdotable.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: svdotable.cxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.4.18.1 $ * * This file is part of OpenOffice.org. * @@ -1997,9 +1997,9 @@ void SdrTableObj::operator=(const SdrObject& rObj) // -------------------------------------------------------------------- -basegfx::B2DPolyPolygon SdrTableObj::TakeXorPoly(sal_Bool bDetail ) const +basegfx::B2DPolyPolygon SdrTableObj::TakeXorPoly() const { - return SdrTextObj::TakeXorPoly( bDetail ); + return SdrTextObj::TakeXorPoly(); } // -------------------------------------------------------------------- -- cgit emini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/textdlgs.cxx
AgeCommit message (Expand)Author
2024-05-31loplugin:ostr in sc/../miscdlgsNoel Grandin
2023-08-22Related: tdf#98367 allow drawing shapes in calc to have smallcapsCaolán McNamara
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2020-02-07tdf#99693 Add Highlighting tab for CalcMaxim Monastirsky
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen
2018-09-18weld ScParagraphDlgCaolán McNamara
2018-09-18weld ScCharDlgCaolán McNamara
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-26loplugin:oncevar in scNoel Grandin
2016-05-18convert TAB to scoped enumNoel Grandin
2014-10-28loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-04convert calc paragraph dialog to .uiCaolán McNamara
2014-01-04convert calc character dialog to .uiCaolán McNamara
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-06-22Remove some PCH tracesThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-03-22removed duplicate includes in scTakeshi Abe
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-11cleaning of __EXPORT defineGert Faller
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-01Finished removing //CHINA comments and odd dead code from sc/source/ui/*Luke Symes
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer
2009-01-06CWS-TOOLING: integrate CWS ooxml02Rüdiger Timm
2008-04-10INTEGRATION: CWS changefileheader (1.10.300); FILE MERGEDRüdiger Timm
2007-05-10INTEGRATION: CWS pchfix04 (1.8.104); FILE MERGEDKurt Zenker
2007-02-27INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGEDVladimir Glazounov
2006-07-21INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGEDKurt Zenker
2005-09-08INTEGRATION: CWS ooo19126 (1.6.346); FILE MERGEDRüdiger Timm
2004-08-23INTEGRATION: CWS tune03 (1.5.72); FILE MERGEDRüdiger Timm
2004-05-10INTEGRATION: CWS dialogdiet01 (1.4.400); FILE MERGEDJens-Heiner Rechtien
2001-05-02remove asian typography tab page if not enabledNiklas Nebel