--- misc/STLport-4.5/stlport/stl/_locale.h 2001-07-06 05:16:18.000000000 +0100 +++ misc/build/STLport-4.5/stlport/stl/_locale.h 2012-02-18 18:17:18.338109337 +0000 @@ -120,7 +120,7 @@ locale(const locale& __loc, _Facet* __f) : _M_impl(0) { // _M_impl = this->_S_copy_impl(__loc._M_impl, __f != 0); - new(this) locale(__loc._M_impl, __f != 0); + new locale(__loc._M_impl, __f != 0); if (__f != 0) this->_M_insert(__f, _Facet::id); } > : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/osx/a11yfocustracker.hxx
AgeCommit message (Expand)Author
2017-08-31loplugin:constparams: vcl (macOS)Stephan Bergmann
2016-06-03Follow-up fix (odd missing ~TheAquaA11yFocusTracker error)Stephan Bergmann
2016-06-03loplugin:refcountingStephan Bergmann
2016-04-18loplugin:passstuffbyrefStephan Bergmann
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-09-21fix OSX buildNoel Grandin
2015-09-21convert Link<> to typedNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28loplugin:vclwidgets (best guess)Stephan Bergmann
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-28Add SAL_OVERRIDE markup for the vcl OS X and iOS code, and follow-up cleanupTor Lillqvist
2014-02-26Remove visual noise from vclAlexander Wilms
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist