summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xipivot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xipivot.cxx')
-rw-r--r--sc/source/filter/excel/xipivot.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xipivot.cxx b/sc/source/filter/excel/xipivot.cxx
index 178d145eb49b..39f2e876e094 100644
--- a/sc/source/filter/excel/xipivot.cxx
+++ b/sc/source/filter/excel/xipivot.cxx
@@ -44,7 +44,7 @@
#include "xilink.hxx"
#include "xiescher.hxx"
-//! TODO ExcelToSc usage
+//TODO ExcelToSc usage
#include "excform.hxx"
#include "xltable.hxx"
#include "documentimport.hxx"
@@ -889,7 +889,7 @@ const OUString* XclImpPTItem::GetItemName() const
{
if( mpCacheField )
if( const XclImpPCItem* pCacheItem = mpCacheField->GetItem( maItemInfo.mnCacheIdx ) )
- //! TODO: use XclImpPCItem::ConvertToText(), if all conversions are available
+ //TODO: use XclImpPCItem::ConvertToText(), if all conversions are available
return pCacheItem->IsEmpty() ? NULL : pCacheItem->GetText();
return 0;
}