summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-20 09:26:52 +0200
committerNoel Grandin <noel@peralex.com>2014-03-24 08:12:08 +0200
commitb1de52241c1c2045ceab4ea3526f51f145be2930 (patch)
tree29f016cdbb4b1e8742edca44f4adf8427b7e5e96 /chart2
parentsvtools: sal_Bool->bool (diff)
downloadcore-b1de52241c1c2045ceab4ea3526f51f145be2930.tar.gz
core-b1de52241c1c2045ceab4ea3526f51f145be2930.zip
svtools: sal_Bool->bool
Change-Id: Iaa489318f25107e91fc8133523fbd9d724493314
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/drawinglayer/ViewElementListProvider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/drawinglayer/ViewElementListProvider.cxx b/chart2/source/controller/drawinglayer/ViewElementListProvider.cxx
index 41bd02c3dcbb..8ad08cc8cd09 100644
--- a/chart2/source/controller/drawinglayer/ViewElementListProvider.cxx
+++ b/chart2/source/controller/drawinglayer/ViewElementListProvider.cxx
@@ -202,7 +202,7 @@ FontList* ViewElementListProvider::getFontList() const
OutputDevice* pDefaultOut = Application::GetDefaultDevice();
m_pFontList = new FontList( pRefDev ? pRefDev : pDefaultOut
, pRefDev ? pDefaultOut : NULL
- , sal_False );
+ , false );
}
return m_pFontList;
}