diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-25 13:02:59 +0200 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-09-26 11:20:34 +0100 |
commit | 04eee686fc6b8cd95f7210fe0426316e7fc7aac0 (patch) | |
tree | 1e688ebc44503e0689e3025df052668eb4416fdd /oox/source | |
parent | f8752a760f18a54f6e5907f3d7567be7af69b584 (diff) |
sal_Bool -> bool
Change-Id: I6356c71e236e89c54081a852b3b55eb87b95bce8
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/drawingml/textspacingcontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textspacingcontext.cxx b/oox/source/drawingml/textspacingcontext.cxx index 9e7da4c7e8aa..a4d710186600 100644 --- a/oox/source/drawingml/textspacingcontext.cxx +++ b/oox/source/drawingml/textspacingcontext.cxx @@ -32,7 +32,7 @@ namespace oox { namespace drawingml { : ContextHandler( rParent ) , maSpacing( aSpacing ) { - maSpacing.bHasValue = sal_True; + maSpacing.bHasValue = true; } void TextSpacingContext::endFastElement( sal_Int32 /*nElement*/ ) |