fix compilation error
Change-Id: Ife833566122da25c366938c9c2d127fca0903bb7
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
#include "docsh.hxx"
|
#include "docsh.hxx"
|
||||||
#include "docfunc.hxx"
|
#include "docfunc.hxx"
|
||||||
#include "sccollaboration.hxx"
|
#include "sccollaboration.hxx"
|
||||||
|
#include <editeng/editeng.hxx>
|
||||||
#include <editeng/editobj.hxx>
|
#include <editeng/editobj.hxx>
|
||||||
#include <tubes/manager.hxx>
|
#include <tubes/manager.hxx>
|
||||||
|
|
||||||
@@ -52,7 +53,9 @@ OUString editToString( const EditTextObject& /*rEditText*/ )
|
|||||||
EditTextObject stringToEdit( const OUString& rStr )
|
EditTextObject stringToEdit( const OUString& rStr )
|
||||||
{
|
{
|
||||||
// FIXME: implement me.
|
// FIXME: implement me.
|
||||||
return EditTextObject();
|
// The code here only serves to make this file compilable.
|
||||||
|
EditEngine aEditEngine(0);
|
||||||
|
return *aEditEngine.CreateTextObject();
|
||||||
}
|
}
|
||||||
|
|
||||||
ScFormulaCell* stringToFormulaCell( const OUString &rString )
|
ScFormulaCell* stringToFormulaCell( const OUString &rString )
|
||||||
|
Reference in New Issue
Block a user