diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-06 15:34:01 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-08 23:25:26 +0200 |
commit | 4c0d933278c13b6197da40deaf4842fcf57c37ca (patch) | |
tree | 8c06db7acf73e393c2bf3a6f86f6e6546f9855e6 /sw/inc/ndtxt.hxx | |
parent | 8aab4901d26f68bf2ff04dbf13a76fd2e0db04a4 (diff) |
convert more SwTxtNode methods to OUString
Change-Id: If7cc107e521e1a70ba00b0f24057039fcdd2c576
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r-- | sw/inc/ndtxt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 9192ff38420c..71bf01335d2e 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -624,8 +624,8 @@ public: */ bool HasVisibleNumberingOrBullet() const; - void SetListId( const String sListId ); - String GetListId() const; + void SetListId(OUString const& rListId); + OUString GetListId() const; /** Determines, if the list level indent attributes can be applied to the paragraph. |