summaryrefslogtreecommitdiff
path: root/include/svl/eitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-04 12:50:20 +0200
committerNoel Grandin <noel@peralex.com>2014-04-04 13:44:18 +0200
commita20b62dac893af02cda0972f1c43cbf8377080cf (patch)
treee4881ec792f215b80152add7731ec73f1ea96acd /include/svl/eitem.hxx
parent20f14ed4a1c65dfadc1d8cfe0157f4a5f7ba4eb6 (diff)
svl/eitem.hxx: sal_Bool->bool
Change-Id: I45dfd2429a490af3cc80f51340e0c05a91425668
Diffstat (limited to 'include/svl/eitem.hxx')
-rw-r--r--include/svl/eitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/eitem.hxx b/include/svl/eitem.hxx
index b27c631eacfc..328216bfa05e 100644
--- a/include/svl/eitem.hxx
+++ b/include/svl/eitem.hxx
@@ -113,7 +113,7 @@ public:
virtual sal_uInt16 GetValueCount() const;
- virtual OUString GetValueTextByVal(sal_Bool bTheValue) const;
+ virtual OUString GetValueTextByVal(bool bTheValue) const;
};