diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-03 21:27:31 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-03 21:27:31 +1100 |
commit | bb65881c20c5ab0f60f658b152539fc7ab49666c (patch) | |
tree | 533c645b5f1c07226c5c52e2a9b21331c451cedf /chart2 | |
parent | f16433ec2cba13b78022f1bf6e78bcf26fb22be8 (diff) |
chart2: remove commented out code
Change-Id: Ie69dcec1431b6cbbaccfa7d92f17166d2f43c69a
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/3DChartObjects.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/main/3DChartObjects.cxx b/chart2/source/view/main/3DChartObjects.cxx index 1a7c500ce8ad..74856d55b216 100644 --- a/chart2/source/view/main/3DChartObjects.cxx +++ b/chart2/source/view/main/3DChartObjects.cxx @@ -93,7 +93,6 @@ const TextCacheItem& TextCache::getText(OUString const & rText, bool bIs3dText) pDevice->DrawText(Point(0,0), rText); BitmapEx aText(pDevice->GetBitmapEx(Point(0,0), pDevice->GetOutputSize())); -// TextCacheItem *pItem = new TextCacheItem(OpenGLHelper::ConvertBitmapExToRGBABuffer(aText), aText.GetSizePixel()); Bitmap aBitmap (aText.GetBitmap()); BitmapReadAccess *pAcc = aBitmap.AcquireReadAccess(); sal_uInt8 *buf = reinterpret_cast<sal_uInt8 *>(pAcc->GetBuffer()); |