summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/wrong.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-22 16:07:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-22 16:13:01 +0000
commit6d32df43353a083a1cd9cc90022b64205a5adaa7 (patch)
tree95b610aea4204276c75769450866805216ab38e4 /sw/source/core/inc/wrong.hxx
parent4b9ecfd4f45501e4696f966c714fc2bcc43ce38b (diff)
::rtl::OUString->OUString
Change-Id: I68654a5fa4cbb7403c00b103e2be5929ccb516a2
Diffstat (limited to 'sw/source/core/inc/wrong.hxx')
-rw-r--r--sw/source/core/inc/wrong.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/wrong.hxx b/sw/source/core/inc/wrong.hxx
index f15e1a8bea7a..8d48da9ca232 100644
--- a/sw/source/core/inc/wrong.hxx
+++ b/sw/source/core/inc/wrong.hxx
@@ -83,7 +83,7 @@ private:
{
if (xPropertyBag.is())
{
- const ::rtl::OUString colorKey("LineColor");
+ const OUString colorKey("LineColor");
com::sun::star::uno::Any aLineColor = xPropertyBag->getValue(colorKey).get< com::sun::star::uno::Any>();
com::sun::star::util::Color lineColor = 0;
@@ -109,7 +109,7 @@ private:
{
if (xPropertyBag.is())
{
- const ::rtl::OUString typeKey("LineType");
+ const OUString typeKey("LineType");
com::sun::star::uno::Any aLineType = xPropertyBag->getValue(typeKey).get< com::sun::star::uno::Any>();
::sal_Int16 lineType = 0;