summaryrefslogtreecommitdiff
path: root/vcl/workben/commonfuzzer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/commonfuzzer.hxx')
-rw-r--r--vcl/workben/commonfuzzer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/workben/commonfuzzer.hxx b/vcl/workben/commonfuzzer.hxx
index 108bdb49da90..85e772e19468 100644
--- a/vcl/workben/commonfuzzer.hxx
+++ b/vcl/workben/commonfuzzer.hxx
@@ -66,10 +66,10 @@ namespace
OUString sExecDir;
osl::FileBase::getSystemPathFromFileURL(execdir, sExecDir);
- rtl::OStringBuffer aBuffer("<?xml version=\"1.0\"?>\n<fontconfig><dir>");
+ OStringBuffer aBuffer("<?xml version=\"1.0\"?>\n<fontconfig><dir>");
aBuffer.append(OUStringToOString(sExecDir + getExecutableName() + ".fonts", osl_getThreadTextEncoding()));
aBuffer.append("</dir><cachedir>/tmp/cache/fontconfig</cachedir></fontconfig>");
- rtl::OString aConf = aBuffer.makeStringAndClear();
+ OString aConf = aBuffer.makeStringAndClear();
sal_uInt64 aBytesWritten;
aFontConfig.write(aConf.getStr(), aConf.getLength(), aBytesWritten);
assert(aBytesWritten == aConf.getLength());