diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-24 09:42:33 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-25 14:32:53 +0200 |
commit | f5864e8ff4958268b50b15bc4c60c3d0fcfe20d9 (patch) | |
tree | be313acab5cc630c26ef0266ac363a51b62a8226 /include/svtools/roadmapwizard.hxx | |
parent | 514d33fa3a409681be93bed3fb33f940a5549d88 (diff) |
svtools: sal_Bool->bool
Change-Id: Ia0280d3d4f2d5b8a93a37a93847951391e928028
Diffstat (limited to 'include/svtools/roadmapwizard.hxx')
-rw-r--r-- | include/svtools/roadmapwizard.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx index 03ec7696618d..f8165a1204f9 100644 --- a/include/svtools/roadmapwizard.hxx +++ b/include/svtools/roadmapwizard.hxx @@ -81,7 +81,7 @@ namespace svt void SetRoadmapHelpId( const OString& _rId ); - void SetRoadmapInteractive( sal_Bool _bInteractive ); + void SetRoadmapInteractive( bool _bInteractive ); virtual void Resize(); virtual void StateChanged( StateChangedType nStateChange ); |