summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/groupproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/groupproperties.cxx')
-rw-r--r--svx/source/sdr/properties/groupproperties.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sdr/properties/groupproperties.cxx b/svx/source/sdr/properties/groupproperties.cxx
index c4e9d91a17b8..f902c05aef6f 100644
--- a/svx/source/sdr/properties/groupproperties.cxx
+++ b/svx/source/sdr/properties/groupproperties.cxx
@@ -202,7 +202,7 @@ namespace sdr
SfxStyleSheet* GroupProperties::GetStyleSheet() const
{
- SfxStyleSheet* pRetval = 0L;
+ SfxStyleSheet* pRetval = nullptr;
const SdrObjList* pSub = static_cast<const SdrObjGroup&>(GetSdrObject()).GetSubList();
const size_t nCount(pSub->GetObjCount());
@@ -216,7 +216,7 @@ namespace sdr
if(pCandidate != pRetval)
{
// different StyleSheelts, return none
- return 0L;
+ return nullptr;
}
}
else
@@ -265,7 +265,7 @@ namespace sdr
// just delete it and set to 0L.
// mpItemSet->ClearItem();
delete mpItemSet;
- mpItemSet = 0L;
+ mpItemSet = nullptr;
}
}
}
f 4276994303 by 32 places cannot be represented in type 'long'Stephan Bergmann 2014-07-17fdo#72277: don't build and use nsspem when building against system curlCédric Bosdonnat 2014-07-16nss: document why --with-system-nss can't be used in generic buildsMichael Stahl 2014-07-15fdo#72277: NSS-PEM windows fixes.Cédric Bosdonnat 2014-07-15fdo#72277: NSS-PEM, use PR_snprintf instead of snprintfCédric Bosdonnat 2014-07-15fdo#72277: NSS-PEM yet another build fix for MS compilerCédric Bosdonnat 2014-07-15fdo#72277: nss-pem fixed windows and macos build errorsCédric Bosdonnat 2014-07-15fdo#72277: Use NSS CACERT in cmis ucp with internal curlCédric Bosdonnat 2014-07-11avoid -arch for bundled OpenSSL, Python3, and nss/nspr on OSX@PowerPCDouglas Mencken 2014-07-10nss/nspr: update build/autoconf/config.{guess,sub}rbuj 2014-06-09nss: build fails with Win32 make due to backslashesMichael Stahl 2014-05-15-fsanitize=address does not like -z defsMarkus Mohrhard 2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl 2014-02-24nss: continue delivering libsqlite on Mac OS X 10.5Douglas Mencken 2014-02-14Linux x86 nss/lib/freebl/mpi/mpi_x86.s confusion of mp_digit sizeStephan Bergmann 2014-02-12normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIGMichael Stahl 2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl 2014-02-05quote AR, etc. for AR='callcatcher ar'Caolán McNamara 2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold 2013-11-14nss: remove permission changes from nss_macosx.patchMichael Stahl 2013-11-14nss: move Darwin stuff from nss.patch to nss_macosx.patchMichael Stahl 2013-11-14nss: upgrade to 3.15.3Michael Stahl 2013-11-13nss: remove obsolete signing-disabling patchMichael Stahl 2013-11-07fdo#42783: remove CPU variable from environmentMichael Stahl 2013-11-04fdo#70393: move nss to a subdir of externalKhaled Hosny