fall back to xstzName1 if xstzName is empty
This commit is contained in:
parent
0a4639701a
commit
7146b0b688
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: WW8StyleSheet.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: hbrinkm $ $Date: 2006-11-01 09:14:32 $
|
||||
* last change: $Author: hbrinkm $ $Date: 2007-06-27 13:14:23 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -103,7 +103,7 @@ rtl::OUString WW8Style::get_xstzName()
|
|||
|
||||
}
|
||||
|
||||
return rtl::OUString();
|
||||
return get_xstzName1();
|
||||
}
|
||||
|
||||
rtl::OUString WW8Style::get_xstzName1()
|
||||
|
|
Loading…
Reference in a new issue