summaryrefslogtreecommitdiff
path: root/include/svx/paraprev.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-05 16:01:17 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:20 +0200
commit37a2ed040e0e11ecef115d8955e09845aeff7511 (patch)
tree6387f7f6d66e0e02f79b1e8bc604ba7832249d4e /include/svx/paraprev.hxx
parenteeae5cf0432adb83e5e948a217020b776144d783 (diff)
svx: sal_Bool->bool
Change-Id: I7e7bdce5c3ddb7871b9c1fbfe93dc7f7c254f1bb
Diffstat (limited to 'include/svx/paraprev.hxx')
-rw-r--r--include/svx/paraprev.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/paraprev.hxx b/include/svx/paraprev.hxx
index 66f227158447..db1c498af86a 100644
--- a/include/svx/paraprev.hxx
+++ b/include/svx/paraprev.hxx
@@ -65,7 +65,7 @@ protected:
virtual void Paint( const Rectangle& rRect );
virtual Size GetOptimalSize() const;
- void DrawParagraph( sal_Bool bAll );
+ void DrawParagraph( bool bAll );
public:
SvxParaPrevWindow( Window* pParent, WinBits nBits);
@@ -94,7 +94,7 @@ public:
OUString GetText() const { return aText; }
Size GetSize() const { return aSize; }
- void Draw( sal_Bool bAll ) { DrawParagraph( bAll ); }
+ void Draw( bool bAll ) { DrawParagraph( bAll ); }
};
#endif