Kaydet (Commit) a5297c08 authored tarafından Jacobo Aragunde Pérez's avatar Jacobo Aragunde Pérez

Fix -Werror=reorder

Change-Id: Iecfd714834b1d2f24098d55b9b32daa5ca76b1de
üst 7ab65f71
......@@ -34,8 +34,9 @@ struct ThemeTable_Impl
{
ThemeTable_Impl() :
m_currentThemeFontId(0),
m_supplementalFontId(0),
m_currentFontThemeEntry() {}
m_currentFontThemeEntry(),
m_supplementalFontId(0)
{}
std::map<sal_uInt32, std::map<sal_uInt32, OUString> > m_themeFontMap;
sal_uInt32 m_currentThemeFontId;
std::map<sal_uInt32, OUString> m_currentFontThemeEntry;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment