summaryrefslogtreecommitdiff
path: root/include/svl
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
parent20f14ed4a1c65dfadc1d8cfe0157f4a5f7ba4eb6 (diff)
svl/eitem.hxx: sal_Bool->bool
Change-Id: I45dfd2429a490af3cc80f51340e0c05a91425668
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/cenumitm.hxx2
-rw-r--r--include/svl/eitem.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/cenumitm.hxx b/include/svl/cenumitm.hxx
index 9c224914ae50..2a8a32d441a2 100644
--- a/include/svl/cenumitm.hxx
+++ b/include/svl/cenumitm.hxx
@@ -75,7 +75,7 @@ public:
virtual bool GetBoolValue() const;
- virtual void SetBoolValue(sal_Bool bValue);
+ virtual void SetBoolValue(bool bValue);
};
#endif // INCLUDED_SVL_CENUMITM_HXX
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;
};