Kaydet (Commit) 618f8846 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: Accenat->Accent

Change-Id: I178ae0bc0ac4121a0ed44843c07975a0330370b7
üst f8976c41
...@@ -146,7 +146,7 @@ static void SetTableStyleProperties(TableStyle* &pTableStyle , const sal_Int32& ...@@ -146,7 +146,7 @@ static void SetTableStyleProperties(TableStyle* &pTableStyle , const sal_Int32&
TableStyle* CreateTableStyle(const OUString& styleId) TableStyle* CreateTableStyle(const OUString& styleId)
{ {
TableStyle* pTableStyle = NULL; TableStyle* pTableStyle = NULL;
if(styleId == "{5C22544A-7EE6-4342-B048-85BDC9FD1C3A}") { //Medium Style 2 Accenat 1 if(styleId == "{5C22544A-7EE6-4342-B048-85BDC9FD1C3A}") { //Medium Style 2 Accent 1
pTableStyle = new TableStyle(); pTableStyle = new TableStyle();
//first row style //first row style
//fill color and type //fill color and type
......
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