Kaydet (Commit) 00ccef16 authored tarafından Noel Grandin's avatar Noel Grandin

convert sw/inc/txtfld.hxx from String to OUString

Change-Id: I7d06d6c22d280496a864d656c7a18ac00dd17332
üst 7160b953
...@@ -28,7 +28,7 @@ class SwTxtNode; ...@@ -28,7 +28,7 @@ class SwTxtNode;
class SwTxtFld : public SwTxtAttr class SwTxtFld : public SwTxtAttr
{ {
mutable String m_aExpand; mutable OUString m_aExpand;
SwTxtNode * m_pTxtNode; SwTxtNode * m_pTxtNode;
public: public:
...@@ -62,7 +62,7 @@ inline SwTxtNode& SwTxtFld::GetTxtNode() const ...@@ -62,7 +62,7 @@ inline SwTxtNode& SwTxtFld::GetTxtNode() const
inline void SwTxtFld::ExpandAlways() inline void SwTxtFld::ExpandAlways()
{ {
m_aExpand += ' '; m_aExpand += " ";
Expand(); Expand();
} }
......
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