summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.cxx
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2012-12-30 11:21:11 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2012-12-30 11:21:15 +0100
commitd1bab2c27356ae652951bd005d187ab6cddd7539 (patch)
tree42f855d041431e1dec4628f48abb2b879371dd03 /desktop/source/app/officeipcthread.cxx
parent55bdbf3dac0bbcc0af4f7662e0cfaf99f668d9e9 (diff)
RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/app
removed OUSTRING() as well Change-Id: Ib074d4729370a921b6b51d50360e4fa92f3d5ddf
Diffstat (limited to 'desktop/source/app/officeipcthread.cxx')
-rw-r--r--desktop/source/app/officeipcthread.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index 882831132d39..cc9dd37ad0cd 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -547,8 +547,7 @@ OfficeIPCThread::Status OfficeIPCThread::EnableOfficeIPCThread()
// Seems another office is running. Pipe arguments to it and self terminate
osl::StreamPipe aStreamPipe(pThread->maPipe.getHandle());
- rtl::OStringBuffer aArguments(RTL_CONSTASCII_STRINGPARAM(
- ARGUMENT_PREFIX));
+ rtl::OStringBuffer aArguments(ARGUMENT_PREFIX);
rtl::OUString cwdUrl;
if (!(tools::getProcessWorkingDir(cwdUrl) &&
addArgument(aArguments, '1', cwdUrl)))