summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleCell.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-13 14:07:10 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:16 +0200
commit0950700bea414cacec8b81cd457adf7cdbdb8deb (patch)
tree0d6444cf5615a1ea7011430cb645894611cd51d1 /sc/source/ui/inc/AccessibleCell.hxx
parent8b34d05cb13d839d80aca696bf6ba766dd7e28cb (diff)
sal_Bool->bool
Change-Id: I49b58a10fc89868aa5406d62eec3f2bc7186611c
Diffstat (limited to 'sc/source/ui/inc/AccessibleCell.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleCell.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/AccessibleCell.hxx b/sc/source/ui/inc/AccessibleCell.hxx
index 9ad298b2f215..c8ef527b9d1e 100644
--- a/sc/source/ui/inc/AccessibleCell.hxx
+++ b/sc/source/ui/inc/AccessibleCell.hxx
@@ -159,16 +159,16 @@ private:
ScSplitPos meSplitPos;
- sal_Bool IsDefunc(
+ bool IsDefunc(
const com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
- virtual sal_Bool IsEditable(
+ virtual bool IsEditable(
const com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
- sal_Bool IsOpaque(
+ bool IsOpaque(
const com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
- sal_Bool IsSelected();
+ bool IsSelected();
ScDocument* GetDocument(ScTabViewShell* mpViewShell);
@@ -182,8 +182,8 @@ private:
void AddRelation(const ScRange& rRange,
const sal_uInt16 aRelationType,
::utl::AccessibleRelationSetHelper* pRelationSet);
- sal_Bool IsFormulaMode();
- sal_Bool IsDropdown();
+ bool IsFormulaMode();
+ bool IsDropdown();
};