summaryrefslogtreecommitdiff
path: root/sw/inc/swtypes.hxx
diff options
context:
space:
mode:
authorJean-Noël Rouvignac <jn.rouvignac@gmail.com>2013-01-09 10:53:05 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-01-09 10:54:19 +0100
commita2296128ccc1c678f0a8a591c36b5546683f482d (patch)
treee5286fc9dc5c9e1e061c7581a0090c2a8ee6e34b /sw/inc/swtypes.hxx
parent2f320afd978f15a8197f11614251b1e7014487c9 (diff)
Some removal/replacement of the String/UniString with OUString
Diffstat (limited to 'sw/inc/swtypes.hxx')
-rw-r--r--sw/inc/swtypes.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx
index fe1c414960d9..5a07ccff4dc1 100644
--- a/sw/inc/swtypes.hxx
+++ b/sw/inc/swtypes.hxx
@@ -80,8 +80,8 @@ const SwTwips lMinBorder = 1134;
#define GAPBETWEENPAGES 284L
// Constant strings.
-SW_DLLPUBLIC extern UniString aEmptyStr; // ""
-SW_DLLPUBLIC extern rtl::OUString aDotStr; // '.'
+SW_DLLPUBLIC extern String aEmptyStr; // ""
+SW_DLLPUBLIC extern OUString aDotStr; // '.'
// For inserting of captions (what and where to insert).
// It's here because it is not big enough to justify its own hxx