Kaydet (Commit) 6055c667 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: translate internal name of default char/para style

Change-Id: Icda048beb9b4b580cdf2843ee34698decc035d04
üst 3e9d9b07
...@@ -106,8 +106,8 @@ using namespace ::com::sun::star::document; ...@@ -106,8 +106,8 @@ using namespace ::com::sun::star::document;
const sal_Char sFrmFmtStr[] = "Frameformat"; const sal_Char sFrmFmtStr[] = "Frameformat";
const sal_Char sEmptyPageStr[] = "Empty Page"; const sal_Char sEmptyPageStr[] = "Empty Page";
const sal_Char sColumnCntStr[] = "Columncontainer"; const sal_Char sColumnCntStr[] = "Columncontainer";
const sal_Char sCharFmtStr[] = "Zeichenformat"; const sal_Char sCharFmtStr[] = "Character style";
const sal_Char sTxtCollStr[] = "Textformatvorlage"; const sal_Char sTxtCollStr[] = "Paragraph style";
const sal_Char sGrfCollStr[] = "Graphikformatvorlage"; const sal_Char sGrfCollStr[] = "Graphikformatvorlage";
/* /*
......
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