summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-13 13:21:54 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:15 +0200
commitf44024d1a065005bcbc991525df059cd86bc2363 (patch)
treeb17ab7d50231bbb4a1616b502c3b5d82237fce95 /filter
parent982df8a29a753fe32512120472fd482b81d2f11c (diff)
sal_Bool->bool
Change-Id: Iadc9f9ef444fe36d58304c2d6219021173385118
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/svgfilter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgfilter.hxx b/filter/source/svg/svgfilter.hxx
index 85fab2b4c63a..9c5a0587c343 100644
--- a/filter/source/svg/svgfilter.hxx
+++ b/filter/source/svg/svgfilter.hxx
@@ -129,7 +129,7 @@ public:
protected:
- virtual void _ExportStyles( sal_Bool /* bUsed */ ) {}
+ virtual void _ExportStyles( bool /* bUsed */ ) {}
virtual void _ExportAutoStyles() {}
virtual void _ExportContent() {}
virtual void _ExportMasterStyles() {}