diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-07 10:12:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-07 11:46:58 +0100 |
commit | b8cf30e93f18ddc16fd648976a41a6bbb6c6d8b2 (patch) | |
tree | 2f1aeba61b0b943fcd67d3f4b2ca73002eaf60dd /sw/inc | |
parent | 511b3ce85ebb2261f5ea866efdb333eaf94c64f8 (diff) |
Related: fdo#38838 remove UniString::SearchAndReplaceAscii
Change-Id: I86019d7ab248679cd8518a621fe8e3721b44aeb0
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/shellres.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx index 112233406c5b..793cad60d561 100644 --- a/sw/inc/shellres.hxx +++ b/sw/inc/shellres.hxx @@ -80,7 +80,7 @@ struct SW_DLLPUBLIC ShellResource : public Resource // Returns for the specific filter the new names of pagedescs // This method is for the old code of the specific filters with // now localized names. - String GetPageDescName( sal_uInt16 nNo, PageNameMode eMode ); + OUString GetPageDescName(sal_uInt16 nNo, PageNameMode eMode); ShellResource(); ~ShellResource(); |