summaryrefslogtreecommitdiffstats
path: root/sw/inc/listfunc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-10 14:42:12 +0200
committerNoel Grandin <noel@peralex.com>2013-10-15 12:25:36 +0200
commitba53043aa4dd65c83652c6829c6bd8d6de1f5f9e (patch)
tree849d2ff95c9c2fcd7228c45c225d517c3d2a46d2 /sw/inc/listfunc.hxx
parentconvert sw/inc/ndgrf.hxx from String to OUString (diff)
downloadcore-ba53043aa4dd65c83652c6829c6bd8d6de1f5f9e.tar.gz
core-ba53043aa4dd65c83652c6829c6bd8d6de1f5f9e.zip
convert sw/inc/listfunc.hxx from String to OUString
Change-Id: I50ed5e2943aefff85e0d492df8610c4f1baf5576
Diffstat (limited to 'sw/inc/listfunc.hxx')
-rw-r--r--sw/inc/listfunc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/listfunc.hxx b/sw/inc/listfunc.hxx
index d30929619491..ac64b0229227 100644
--- a/sw/inc/listfunc.hxx
+++ b/sw/inc/listfunc.hxx
@@ -24,7 +24,7 @@ class SwDoc;
namespace listfunc
{
- const String CreateUniqueListId( const SwDoc& rDoc );
+ const OUString CreateUniqueListId( const SwDoc& rDoc );
}
#endif // LISTFUNC_HXX_INCLUDED