Kaydet (Commit) 7b80e47b authored tarafından Caolán McNamara's avatar Caolán McNamara

XubString->OUString

Change-Id: If59e9a3956074557842ebc5b178266e9be95a867
üst 6d7a70b4
......@@ -420,7 +420,7 @@ void EditRTFParser::SetAttrInDoc( SvxRTFItemStackType &rSet )
}
}
SvxRTFStyleType* EditRTFParser::FindStyleSheet( const XubString& rName )
SvxRTFStyleType* EditRTFParser::FindStyleSheet( const OUString& rName )
{
SvxRTFStyleTbl& rTable = GetStyleTbl();
for ( SvxRTFStyleTbl::iterator it = rTable.begin(); it != rTable.end(); ++it )
......
......@@ -90,7 +90,7 @@ protected:
virtual void CalcValue();
void CreateStyleSheets();
SfxStyleSheet* CreateStyleSheet( SvxRTFStyleType* pRTFStyle );
SvxRTFStyleType* FindStyleSheet( const String& rName );
SvxRTFStyleType* FindStyleSheet( const OUString& rName );
void AddRTFDefaultValues( const EditPaM& rStart, const EditPaM& rEnd );
void ReadField();
void SkipGroup();
......
......@@ -89,7 +89,7 @@ typedef std::deque< SvxRTFItemStackType* > SvxRTFItemStack;
struct SvxRTFStyleType
{
SfxItemSet aAttrSet; // the attributes of Style (+ derivate!)
String sName;
OUString sName;
sal_uInt16 nBasedOn, nNext;
sal_Bool bBasedOnIsSet;
sal_uInt8 nOutlineNo;
......
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