summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-11-14 08:16:35 +0200
committerNoel Grandin <noel@peralex.com>2013-11-14 08:17:32 +0200
commitd366c9b20ec86f3fe521812a0c22def3bfd1f05e (patch)
tree4bd09438c8cd8f0dbcd0881fc923d56a0a721fc5 /extensions
parentd2fa59e4025050c9b668ecff379d668f0db52639 (diff)
remove unnecessary sal_Unicode casts in various places
Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/logging/loggerconfig.cxx2
-rw-r--r--extensions/source/propctrlr/eventhandler.cxx4
-rw-r--r--extensions/source/update/feed/updatefeed.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/logging/loggerconfig.cxx b/extensions/source/logging/loggerconfig.cxx
index e00a38668c60..0e3d19b553e7 100644
--- a/extensions/source/logging/loggerconfig.cxx
+++ b/extensions/source/logging/loggerconfig.cxx
@@ -121,7 +121,7 @@ namespace logging
rtl::OUStringBuffer aBuff;
aBuff.append( sDate );
- aBuff.append( sal_Unicode( '.' ) );
+ aBuff.append( '.' );
aBuff.append( sTime );
rtl::OUString sDateTime = aBuff.makeStringAndClear();
diff --git a/extensions/source/propctrlr/eventhandler.cxx b/extensions/source/propctrlr/eventhandler.cxx
index 8d826f8d384d..6b157f9701c8 100644
--- a/extensions/source/propctrlr/eventhandler.cxx
+++ b/extensions/source/propctrlr/eventhandler.cxx
@@ -228,7 +228,7 @@ namespace pcr
{
OUStringBuffer aPropertyName;
aPropertyName.append( _rListenerClassName );
- aPropertyName.append( (sal_Unicode)';' );
+ aPropertyName.append( ';' );
aPropertyName.append( _rMethodName.getStr() );
return aPropertyName.makeStringAndClear();
}
@@ -727,7 +727,7 @@ namespace pcr
aComposeBuffer.append( sLanguage );
}
- aComposeBuffer.append( sal_Unicode( ')' ) );
+ aComposeBuffer.append( ')' );
}
sScript = aComposeBuffer.makeStringAndClear();
diff --git a/extensions/source/update/feed/updatefeed.cxx b/extensions/source/update/feed/updatefeed.cxx
index 2274ad5b3f33..9e842cec0d01 100644
--- a/extensions/source/update/feed/updatefeed.cxx
+++ b/extensions/source/update/feed/updatefeed.cxx
@@ -334,7 +334,7 @@ UpdateInformationProvider::UpdateInformationProvider(
xConfigurationProvider,
"org.openoffice.Setup/Product",
"ooName"));
- buf.append(sal_Unicode(' '));
+ buf.append(' ');
buf.append(
getConfigurationItem(
xConfigurationProvider,