summaryrefslogtreecommitdiff
path: root/tools/inc/tools/appendunixshellword.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/appendunixshellword.hxx')
-rw-r--r--tools/inc/tools/appendunixshellword.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/appendunixshellword.hxx b/tools/inc/tools/appendunixshellword.hxx
index 6461fdb020f4..e5099bdc20c8 100644
--- a/tools/inc/tools/appendunixshellword.hxx
+++ b/tools/inc/tools/appendunixshellword.hxx
@@ -41,7 +41,7 @@ namespace tools {
the text to add
*/
TOOLS_DLLPUBLIC void appendUnixShellWord(
- rtl::OStringBuffer * accumulator, rtl::OString const & text);
+ OStringBuffer * accumulator, OString const & text);
}
#endif