Kaydet (Commit) 3ccc2c02 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Better way of converting from OUStringLiteral to OString

Change-Id: If31548d280fa8cabced50f3d2e78abde1b2562e5
üst 06ea887f
......@@ -110,7 +110,7 @@ TableDesignWidget::TableDesignWidget( VclBuilderContainer* pParent, ViewShellBas
for (sal_uInt16 i = CB_HEADER_ROW; i <= CB_BANDED_COLUMNS; ++i)
{
pParent->get(m_aCheckBoxes[i], OUStringToOString(gPropNames[i], RTL_TEXTENCODING_UTF8));
pParent->get(m_aCheckBoxes[i], OString(gPropNames[i].data, gPropNames[i].size));
m_aCheckBoxes[i]->SetClickHdl( LINK( this, TableDesignWidget, implCheckBoxHdl ) );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment