From ce6b20442a8f848848e7bffb42346cc9925ad4c8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 21 Jan 2014 18:01:40 +0100 Subject: bool improvements Change-Id: I703c854efd0e3456bfdc2e9ec527283a04bd31aa --- drawinglayer/source/primitive2d/baseprimitive2d.cxx | 4 ++-- drawinglayer/source/primitive3d/baseprimitive3d.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drawinglayer/source/primitive2d/baseprimitive2d.cxx b/drawinglayer/source/primitive2d/baseprimitive2d.cxx index 293f9fdd0868..ec348074ee8b 100644 --- a/drawinglayer/source/primitive2d/baseprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/baseprimitive2d.cxx @@ -175,7 +175,7 @@ namespace drawinglayer bool arePrimitive2DReferencesEqual(const Primitive2DReference& rxA, const Primitive2DReference& rxB) { - const sal_Bool bAIs(rxA.is()); + const bool bAIs(rxA.is()); if(bAIs != rxB.is()) { @@ -206,7 +206,7 @@ namespace drawinglayer bool arePrimitive2DSequencesEqual(const Primitive2DSequence& rA, const Primitive2DSequence& rB) { - const sal_Bool bAHasElements(rA.hasElements()); + const bool bAHasElements(rA.hasElements()); if(bAHasElements != rB.hasElements()) { diff --git a/drawinglayer/source/primitive3d/baseprimitive3d.cxx b/drawinglayer/source/primitive3d/baseprimitive3d.cxx index ea6d6575476f..2e888cd4fcef 100644 --- a/drawinglayer/source/primitive3d/baseprimitive3d.cxx +++ b/drawinglayer/source/primitive3d/baseprimitive3d.cxx @@ -154,7 +154,7 @@ namespace drawinglayer bool arePrimitive3DReferencesEqual(const Primitive3DReference& rxA, const Primitive3DReference& rxB) { - const sal_Bool bAIs(rxA.is()); + const bool bAIs(rxA.is()); if(bAIs != rxB.is()) { @@ -185,7 +185,7 @@ namespace drawinglayer bool arePrimitive3DSequencesEqual(const Primitive3DSequence& rA, const Primitive3DSequence& rB) { - const sal_Bool bAHasElements(rA.hasElements()); + const bool bAHasElements(rA.hasElements()); if(bAHasElements != rB.hasElements()) { -- cgit ro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Makefile.fetch
AgeCommit message (Expand)Author
2015-12-10Add --with-prebuilt-opensslTor Lillqvist
2015-11-30sd: replace embedded mDNSResponder code with proper external tarballMichael Stahl
2015-11-19integrate glyphy into the buildMarkus Mohrhard
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky
2015-10-09remove now unneeded apache-commons libsRene Engelhard
2015-10-06Makefile.fetch: explicitly invoke bash for $PIPESTATUSMichael Stahl
2015-10-02Workaround broken ipv6 siteBryan Quigley
2015-07-03online update: Add the bzip2 external.Nathan Yee
2015-06-10Android: add ownCloud library to the build.Jacobo Aragunde Pérez
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist
2014-11-25Move clew into a library of its ownTor Lillqvist
2014-11-17Add internal libjpeg-turbo library to be used instead of libjpegMatúš Kukan
2014-10-20allow to build with system opencolladaDavid Tardon
2014-07-14Update libgltf: various fixes, memory usage optimization (second try)Zolnai Tamás
2014-07-14Revert "libgltf: download from libgltf subfolder"Zolnai Tamás
2014-07-14libgltf: download from libgltf subfolderZolnai Tamás
2014-06-27download libpagemaker tarballDavid Tardon
2014-05-25bundle librevengeDavid Tardon
2014-05-15fix downloading unowinreg.dllDavid Tardon
2014-05-13Introduce Collada2gltf external libraryZolnai Tamás
2014-05-13Introduce OpenCollada external libraryZolnai Tamás
2014-05-11drop another nonexistent tarball from download listDavid Tardon
2014-05-11check for empty tarball var.David Tardon
2014-05-11drop nonexistent tarball from download listDavid Tardon
2014-05-11merge the tarball listsDavid Tardon
2014-05-11handle tarballs w/ and w/out checksum togetherDavid Tardon