summaryrefslogtreecommitdiff
path: root/sc/inc/drdefuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 14:00:21 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 09:01:07 +0200
commit11679c2c20241b6b3f6f8982b18c822e978ee76b (patch)
tree980ef354bc89048efb04fe60899ff5cdf84d188a /sc/inc/drdefuno.hxx
parent5d38824834b68e32062984f30acac7a741eda535 (diff)
sal_Bool->bool
Change-Id: Iee828ef0f5f4ed0192291c4681fbc8df6e863b7e
Diffstat (limited to 'sc/inc/drdefuno.hxx')
-rw-r--r--sc/inc/drdefuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/drdefuno.hxx b/sc/inc/drdefuno.hxx
index 93cdd1b98047..0c0ea7e4d9cb 100644
--- a/sc/inc/drdefuno.hxx
+++ b/sc/inc/drdefuno.hxx
@@ -37,7 +37,7 @@ public:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
// from SvxUnoDrawPool
- virtual SfxItemPool* getModelPool( sal_Bool bReadOnly ) throw();
+ virtual SfxItemPool* getModelPool( bool bReadOnly ) throw() SAL_OVERRIDE;
};
#endif