summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/report/ReportControllerObserver.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-08 11:42:32 +0200
committerNoel Grandin <noel@peralex.com>2014-05-08 11:48:12 +0200
commit2d54aa1d22f404a1a36aaa97d3e3bf5024e89aed (patch)
tree8a7c539a82988c4ca5288e18f95543fff7c4185e /reportdesign/source/ui/report/ReportControllerObserver.cxx
parentidl: sal_Bool->bool (diff)
downloadcore-2d54aa1d22f404a1a36aaa97d3e3bf5024e89aed.tar.gz
core-2d54aa1d22f404a1a36aaa97d3e3bf5024e89aed.zip
reportdesign: sal_Bool->bool
Change-Id: Ib3e7a51a8b01165d4706857f7b347d622c2e624a
Diffstat (limited to 'reportdesign/source/ui/report/ReportControllerObserver.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportControllerObserver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/report/ReportControllerObserver.cxx b/reportdesign/source/ui/report/ReportControllerObserver.cxx
index 58abafba5c06..13cd591e3097 100644
--- a/reportdesign/source/ui/report/ReportControllerObserver.cxx
+++ b/reportdesign/source/ui/report/ReportControllerObserver.cxx
@@ -55,7 +55,7 @@ public:
::std::vector< uno::Reference< container::XChild> > m_aSections;
::osl::Mutex m_aMutex;
oslInterlockedCount m_nLocks;
- sal_Bool m_bReadOnly;
+ bool m_bReadOnly;
OXReportControllerObserverImpl(const OReportController& _rController);
~OXReportControllerObserverImpl();
@@ -66,7 +66,7 @@ public:
OXReportControllerObserverImpl::OXReportControllerObserverImpl(const OReportController& _rController)
:m_rReportController(_rController)
,m_nLocks(0)
- ,m_bReadOnly(sal_False)
+ ,m_bReadOnly(false)
{
}