summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfcell.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfcell.cxx b/lotuswordpro/source/filter/xfilter/xfcell.cxx
index fa83fa1316fa..fbd29c7b1756 100644
--- a/lotuswordpro/source/filter/xfilter/xfcell.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfcell.cxx
@@ -176,12 +176,12 @@ OUString XFCell::GetCellName()
XFRow *pRow = m_pOwnerRow;
if( !pRow )
- return "";
+ return OUString("");
XFTable *pTable = pRow->GetOwnerTable();
if( !pTable )
- return "";
+ return OUString("");
OUString name;
if( pTable->IsSubTable() )