From 5e36e2cb7b9a8e52f198525949da257acd87d8c6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Mar 2014 08:28:38 +0200 Subject: svx: sal_Bool->bool Change-Id: Ifd9279e7ccc671395caa1e6f3723e86062d2fb08 --- include/svx/contdlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx/contdlg.hxx') diff --git a/include/svx/contdlg.hxx b/include/svx/contdlg.hxx index 2dc86e64ec12..d1eef56d2fe7 100644 --- a/include/svx/contdlg.hxx +++ b/include/svx/contdlg.hxx @@ -78,13 +78,13 @@ public: ~SvxContourDlg(); const Graphic& GetGraphic() const; - sal_Bool IsGraphicChanged() const; + bool IsGraphicChanged() const; PolyPolygon GetPolyPolygon(); const void* GetEditingObject() const; - void Update( const Graphic& rGraphic, sal_Bool bGraphicLinked, + void Update( const Graphic& rGraphic, bool bGraphicLinked, const PolyPolygon* pPolyPoly = NULL, void* pEditingObj = NULL ); static PolyPolygon CreateAutoContour( const Graphic& rGraphic, -- cgit v1.2.3