summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-09-26 10:31:58 +0100
committerNoel Power <noel.power@suse.com>2012-09-26 11:20:35 +0100
commit85b660a618780479a466e65a83ab844358631fa4 (patch)
treea3deb7a94dfb4a10b7abf5587389589a01660908 /sdext
parent3bdc99fe19c1922d6683ad076a49f080d1a33b05 (diff)
followup patch to recent changes for sal_Bool -> bool
Change-Id: I867934b4d0589d4e395fee471e1cfab236c0540f
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/minimizer/pagecollector.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/minimizer/pagecollector.hxx b/sdext/source/minimizer/pagecollector.hxx
index e0b9e474ad0a..fe7548680ee6 100644
--- a/sdext/source/minimizer/pagecollector.hxx
+++ b/sdext/source/minimizer/pagecollector.hxx
@@ -31,7 +31,7 @@ class PageCollector
struct MasterPageEntity
{
com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > xMasterPage;
- sal_Bool bUsed;
+ bool bUsed;
};
static void CollectCustomShowPages( const com::sun::star::uno::Reference< com::sun::star::frame::XModel >&, const rtl::OUString& rCustomShow, std::vector< com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > >& );
static void CollectNonCustomShowPages( const com::sun::star::uno::Reference< com::sun::star::frame::XModel >&, const rtl::OUString& rCustomShow, std::vector< com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > >& );