explicitly write an 8 bit empty string
This commit is contained in:
parent
2a76860a49
commit
c010c77dc3
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ $(eval $(call gb_Library_set_include,vcl,\
|
|||
))
|
||||
|
||||
$(eval $(call gb_Library_add_defs,vcl,\
|
||||
-DVCL_DLLIMPLEMENTATION \
|
||||
-DVCL_DLLIMPLEMENTATION -DNOMINMAX \
|
||||
-DCUI_DLL_NAME=\"$(call gb_Library_get_runtime_filename,cui)\" \
|
||||
-DDLLPOSTFIX=$(gb_Library_DLLPOSTFIX) \
|
||||
))
|
||||
|
|
|
@ -210,7 +210,7 @@ ImplFontAttrCache::~ImplFontAttrCache()
|
|||
++aIter;
|
||||
}
|
||||
// EOF Marker
|
||||
write_lenPrefixed_uInt8s_FromOString(aCacheFile, rtl::OString(), RTL_TEXTENCODING_UTF8);
|
||||
write_lenPrefixed_uInt8s_FromOString<sal_uInt16>(aCacheFile, rtl::OString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue