summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellvaluebinding.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-19 12:25:16 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:05:14 +0200
commitf8aca00c11194e26fc7baf86bde3b6c3c14c5061 (patch)
treef08bb2a6ce3376463088ed9f1d2e5a43fc0088eb /sc/source/ui/unoobj/cellvaluebinding.hxx
parent6086f30e9b5d308f3b9601ee6c4f899822cbce15 (diff)
sal_Bool->bool
Change-Id: I326e23e4ed5fdc47b1cde22a95a5e77c3be93d7f
Diffstat (limited to 'sc/source/ui/unoobj/cellvaluebinding.hxx')
-rw-r--r--sc/source/ui/unoobj/cellvaluebinding.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/cellvaluebinding.hxx b/sc/source/ui/unoobj/cellvaluebinding.hxx
index 10d12ca96f15..c70be0ee487e 100644
--- a/sc/source/ui/unoobj/cellvaluebinding.hxx
+++ b/sc/source/ui/unoobj/cellvaluebinding.hxx
@@ -72,13 +72,13 @@ namespace calc
m_xCellText; /// the cell we're bound to, for text access
::cppu::OInterfaceContainerHelper
m_aModifyListeners; /// our modify listeners
- sal_Bool m_bInitialized; /// has XInitialization::initialize been called?
- sal_Bool m_bListPos; /// constructed as ListPositionCellBinding?
+ bool m_bInitialized; /// has XInitialization::initialize been called?
+ bool m_bListPos; /// constructed as ListPositionCellBinding?
public:
OCellValueBinding(
const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument >& _rxDocument,
- sal_Bool _bListPos
+ bool _bListPos
);
using OCellValueBinding_PBase::getFastPropertyValue;