summaryrefslogtreecommitdiffstats
path: root/inc/bf_sw/ndtxt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'inc/bf_sw/ndtxt.hxx')
-rw-r--r--inc/bf_sw/ndtxt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/bf_sw/ndtxt.hxx b/inc/bf_sw/ndtxt.hxx
index 9531051a2..97ba5f3e6 100644
--- a/inc/bf_sw/ndtxt.hxx
+++ b/inc/bf_sw/ndtxt.hxx
@@ -122,7 +122,7 @@ public:
* Einfuegen anderer Datentypen durch Erzeugen eines
* temporaeren Strings.
*/
- SwTxtNode& Insert( xub_Unicode c, const SwIndex &rIdx );
+ SwTxtNode& Insert( sal_Unicode c, const SwIndex &rIdx );
SwTxtNode& Insert( const XubString &rStr, const SwIndex &rIdx,
const USHORT nMode = INS_DEFAULT );
@@ -174,7 +174,7 @@ public:
inline void Cut(SwTxtNode *pDest, const SwIndex &rDestStart,
const SwIndex &rStart, xub_StrLen nLen);
// ersetze im String an Position nIdx das Zeichen
- void Replace( const SwIndex& rStart, xub_Unicode cCh );
+ void Replace( const SwIndex& rStart, sal_Unicode cCh );
// virtuelle Methoden aus dem CntntNode
virtual SwCntntFrm *MakeFrm();