diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-11-08 14:19:22 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-11-16 16:52:45 +0100 |
commit | 1e61a6eaa7c31344c2eab1882acb2dff7b6cfea3 (patch) | |
tree | 7b9ea141131432510eaf36d0754806b09281193e /sw/inc/ndnotxt.hxx | |
parent | e2f4289ff208ab067ab89bcd7aea8a75c3227be3 (diff) |
Remove sal_True/sal_False from code and comments in sw includes
Change-Id: Icfbbae898749196e27199802ec728417d5205bc5
Diffstat (limited to 'sw/inc/ndnotxt.hxx')
-rw-r--r-- | sw/inc/ndnotxt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndnotxt.hxx b/sw/inc/ndnotxt.hxx index 23a9c05cc93a..33d52c8b5720 100644 --- a/sw/inc/ndnotxt.hxx +++ b/sw/inc/ndnotxt.hxx @@ -78,7 +78,7 @@ public: // set either a MM100 or pixel contour void SetContourAPI( const tools::PolyPolygon *pPoly ); - // get either a MM100 or pixel contour, return sal_False if no contour is set. + // get either a MM100 or pixel contour, return false if no contour is set. bool GetContourAPI( tools::PolyPolygon &rPoly ) const; void SetPixelContour( bool bSet ) { bPixelContour = bSet; } |