summaryrefslogtreecommitdiff
path: root/include/svx/contdlg.hxx
diff options
context:
space:
mode:
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,