summaryrefslogtreecommitdiff
path: root/include/svx/contdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 08:28:38 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:14 +0200
commit5e36e2cb7b9a8e52f198525949da257acd87d8c6 (patch)
treea593fa2d0e02f5304aa401b4f9cfe166ed338654 /include/svx/contdlg.hxx
parentd442a6460f5f1c897358a0e51727c90cd6746ae2 (diff)
svx: sal_Bool->bool
Change-Id: Ifd9279e7ccc671395caa1e6f3723e86062d2fb08
Diffstat (limited to 'include/svx/contdlg.hxx')
-rw-r--r--include/svx/contdlg.hxx4
1 files changed, 2 insertions, 2 deletions
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,