[Libreoffice-commits] core.git: sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Thu Apr 3 01:07:23 PDT 2014
sw/source/core/doc/docnew.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6055c6670ff592923c3526515cb53eca2244d7a7
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Apr 3 09:59:24 2014 +0200
sw: translate internal name of default char/para style
Change-Id: Icda048beb9b4b580cdf2843ee34698decc035d04
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 4666eb36..27d333ba 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -106,8 +106,8 @@ using namespace ::com::sun::star::document;
const sal_Char sFrmFmtStr[] = "Frameformat";
const sal_Char sEmptyPageStr[] = "Empty Page";
const sal_Char sColumnCntStr[] = "Columncontainer";
-const sal_Char sCharFmtStr[] = "Zeichenformat";
-const sal_Char sTxtCollStr[] = "Textformatvorlage";
+const sal_Char sCharFmtStr[] = "Character style";
+const sal_Char sTxtCollStr[] = "Paragraph style";
const sal_Char sGrfCollStr[] = "Graphikformatvorlage";
/*
More information about the Libreoffice-commits
mailing list