diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-12 11:43:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-12 11:43:57 +0200 |
commit | 99690d31c703b2068fc5aa3dc1bc4256555e1d7a (patch) | |
tree | 257967bdd5e07ce74b2033d4bb01e73c97513b71 /svtools/source/brwbox/datwin.hxx | |
parent | b9b8aa82322ecedb9ed48fd32072a192047ff58c (diff) |
svtools: sal_Bool -> bool
Change-Id: I3f1a110e95453599159d36a9d55f949351e03557
Diffstat (limited to 'svtools/source/brwbox/datwin.hxx')
-rw-r--r-- | svtools/source/brwbox/datwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/datwin.hxx b/svtools/source/brwbox/datwin.hxx index 015447684a51..be291cf42191 100644 --- a/svtools/source/brwbox/datwin.hxx +++ b/svtools/source/brwbox/datwin.hxx @@ -89,7 +89,7 @@ public: void Freeze( bool bFreeze = true ) { _bFrozen = bFreeze; } virtual void Draw( BrowseBox& rBox, OutputDevice& rDev, - const Point& rPos, sal_Bool bCurs ); + const Point& rPos, bool bCurs ); void SetWidth(sal_uLong nNewWidthPixel, const Fraction& rCurrentZoom); void ZoomChanged(const Fraction& rNewZoom); |