sd/source/ui/dlg/tabtempl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 38c1a22d50b3ff4102683f0fbd90a62574c2e08e Author: Ivan Timofeev <[email protected]> Date: Sat Aug 10 14:40:33 2013 +0400 typo Change-Id: Ib608d05fc76466f67f2172541f96ca77c571f341 diff --git a/sd/source/ui/dlg/tabtempl.cxx b/sd/source/ui/dlg/tabtempl.cxx index 7077321..7078241 100644 --- a/sd/source/ui/dlg/tabtempl.cxx +++ b/sd/source/ui/dlg/tabtempl.cxx @@ -94,7 +94,7 @@ SdTabTemplateDlg::SdTabTemplateDlg( Window* pParent, m_nTabId = AddTabPage("tabs", RID_SVXPAGE_TABULATOR); SvtCJKOptions aCJKOptions; if( aCJKOptions.IsAsianTypographyEnabled() ) - m_nAsianTypoId = AddTabPage("asiantype", RID_SVXPAGE_PARA_ASIAN); + m_nAsianTypoId = AddTabPage("asiantypo", RID_SVXPAGE_PARA_ASIAN); else RemoveTabPage("asiantypo"); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
