From 0c0d65576730c8113e478ffd4f5158cf9d3d94bd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Feb 2014 12:34:06 +0200 Subject: sal_Bool->bool Change-Id: I7b43a5f352ffba2786593115a88945aacc2ce5ee --- sc/source/filter/xml/XMLTableShapeResizer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/filter/xml/XMLTableShapeResizer.hxx') diff --git a/sc/source/filter/xml/XMLTableShapeResizer.hxx b/sc/source/filter/xml/XMLTableShapeResizer.hxx index 2f3826f09fa7..f24b8f606007 100644 --- a/sc/source/filter/xml/XMLTableShapeResizer.hxx +++ b/sc/source/filter/xml/XMLTableShapeResizer.hxx @@ -50,7 +50,7 @@ public: ScMyOLEFixer(ScXMLImport& rImport); ~ScMyOLEFixer(); - static sal_Bool IsOLE(com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rShape); + static bool IsOLE(com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rShape); void AddOLE(com::sun::star::uno::Reference & rShape, const OUString &rRangeList); void FixupOLEs(); -- cgit