summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/docsh2.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-11-13 16:08:17 +0200
committerNoel Grandin <noel@peralex.com>2013-11-14 08:17:30 +0200
commit531c2dc791098d3d335abc0ddd055780fe3b7f2a (patch)
tree2509589de29c4b593e2827e983db0a7853b96e65 /sw/source/ui/app/docsh2.cxx
parent3cabbf37b965a11e7d63de05eaacfbdb29b67b74 (diff)
remove unnecessary sal_Unicode casts in SW module
Change-Id: I9e67d4f5e680a29718c4e7be7292913602cd9311
Diffstat (limited to 'sw/source/ui/app/docsh2.cxx')
-rw-r--r--sw/source/ui/app/docsh2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx
index 4e449e198d5b..80ecc7dd97b8 100644
--- a/sw/source/ui/app/docsh2.cxx
+++ b/sw/source/ui/app/docsh2.cxx
@@ -1008,7 +1008,7 @@ void SwDocShell::Execute(SfxRequest& rReq)
OUString sTmpl;
aTemplateValue >>= sTmpl;
- sal_Int32 nColonPos = sTmpl.indexOf( sal_Unicode(':') );
+ sal_Int32 nColonPos = sTmpl.indexOf( ':' );
OUString sPrefix = sTmpl.copy( 0L, nColonPos );
if ( sPrefix == "Style" )
{