diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-06 21:29:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-06 22:36:31 +0200 |
commit | d550bc3f450dd2d3aa33398eb31bc1163a181c43 (patch) | |
tree | bf202fe182a72bb88600a71a6f82ae4ee1212cc0 /shell/source/win32/simplemail/smplmailclient.cxx | |
parent | 243ead838369b030579f501ce1f77689ce822f06 (diff) |
Undo basis/brand split: move some auxiliary executables from basis to brand.
Diffstat (limited to 'shell/source/win32/simplemail/smplmailclient.cxx')
-rw-r--r-- | shell/source/win32/simplemail/smplmailclient.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/simplemail/smplmailclient.cxx b/shell/source/win32/simplemail/smplmailclient.cxx index 52707b3cac19..2d27049261b8 100644 --- a/shell/source/win32/simplemail/smplmailclient.cxx +++ b/shell/source/win32/simplemail/smplmailclient.cxx @@ -112,7 +112,7 @@ namespace /* private */ { senddocUrl = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( - "$OOO_BASE_DIR/program/senddoc.exe")); + "$BRAND_BASE_DIR/program/senddoc.exe")); rtl::Bootstrap::expandMacros(senddocUrl); //TODO: detect failure } return senddocUrl; |