summaryrefslogtreecommitdiff
path: root/drawinglayer/source/geometry
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-04 14:58:05 +0200
committerNoel Grandin <noel@peralex.com>2014-04-07 13:53:48 +0200
commitc2e98d3cc9e2642d746a9933fcd91230a7378aa1 (patch)
treeb483e7bc2a8a1e0250f9375781125a3369165354 /drawinglayer/source/geometry
parent8ab93ae45ee32f18eb435606e4c183cf9eb87d1b (diff)
drawinglayer: sal_Bool->bool
Change-Id: I893d00a61d314926f84fb3e94743aba2ef5622c4
Diffstat (limited to 'drawinglayer/source/geometry')
-rw-r--r--drawinglayer/source/geometry/viewinformation2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/geometry/viewinformation2d.cxx b/drawinglayer/source/geometry/viewinformation2d.cxx
index d6528e529f2d..6e24fe975f05 100644
--- a/drawinglayer/source/geometry/viewinformation2d.cxx
+++ b/drawinglayer/source/geometry/viewinformation2d.cxx
@@ -135,7 +135,7 @@ namespace drawinglayer
mxExtendedInformation[nExtendedInsert++] = rProp;
// for performance reasons, also cache content locally
- sal_Bool bSalBool(false);
+ bool bSalBool(false);
rProp.Value >>= bSalBool;
mbReducedDisplayQuality = bSalBool;
}