From 6d7a02893d6338634a27b17c95d04f84f38b8ddc Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 28 May 2003 14:57:26 +0000 Subject: INTEGRATION: CWS crashrep07 (1.49.10); FILE MERGED 2003/05/27 21:46:55 hro 1.49.10.1: #109626# Always omit frame pointers (even for product optimization) --- solenv/inc/wnt.mk | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'solenv/inc/wnt.mk') diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk index d794f6e66737..51cfd96c6d98 100644 --- a/solenv/inc/wnt.mk +++ b/solenv/inc/wnt.mk @@ -2,9 +2,9 @@ # # $RCSfile: wnt.mk,v $ # -# $Revision: 1.50 $ +# $Revision: 1.51 $ # -# last change: $Author: vg $ $Date: 2003-05-22 09:23:23 $ +# last change: $Author: vg $ $Date: 2003-05-28 15:57:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -257,10 +257,7 @@ CFLAGSDEBUG=-Zi -Fd$(MISC)\$(PDBTARGET).PDB CFLAGSDEBUG=-Zi -Fd$(MISC)\_ooo_st_$(TARGET).PDB .ENDIF CFLAGSDBGUTIL= -CFLAGSOPT=-Ox -.IF "$(PRODUCT)"=="" -CFLAGSOPT+=-Oy- -.ENDIF # "$(PRODUCT)"=="" +CFLAGSOPT=-Ox -Oy- CFLAGSNOOPT=-Od CFLAGSOUTOBJ=-Fo .IF "$(COMEX)"=="8" -- cgit -4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsr.hxx
AgeCommit message (Expand)Author
2017-02-23Don't pass shared_ptr by valueStephan Bergmann
2017-02-22loplugin:unusedfieldsNoel Grandin
2017-01-10loplugin:unusedfieldsNoel Grandin
2016-11-29convert SwCursorSelOverFlags to o3tl::typed_flagsNoel Grandin
2016-11-29kill SwClient/Modify here, use sane(r) SfxBroadcaster/ListenerBjoern Michaelsen
2016-11-29get rid of LegacyModifyHintBjoern Michaelsen
2016-09-28fftester: cut out middle man in deref null ptr and get addressCaolán McNamara