diff options
Diffstat (limited to 'vcl/aqua')
-rw-r--r-- | vcl/aqua/source/gdi/atsui/salgdi.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/aqua/source/gdi/atsui/salgdi.cxx b/vcl/aqua/source/gdi/atsui/salgdi.cxx index 7a6ce9595d8a..0fc22dc5f6b5 100644 --- a/vcl/aqua/source/gdi/atsui/salgdi.cxx +++ b/vcl/aqua/source/gdi/atsui/salgdi.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <config_folders.h> + #include "sal/config.h" #include "osl/file.hxx" @@ -435,7 +437,7 @@ static bool AddLocalTempFontDirs( void ) OStringBuffer aBrandFontDir( aBrandSysPath.getLength()*2 ); aBrandFontDir.append( OUStringToOString( aBrandSysPath, RTL_TEXTENCODING_UTF8 ) ); - aBrandFontDir.append( "/share/fonts/truetype/" ); + aBrandFontDir.append( "/" LIBO_SHARE_FOLDER "/fonts/truetype/" ); return AddTempFontDir( aBrandFontDir.getStr() ); } |