[Libreoffice-commits] .: binfilter/bf_sw

Thomas Arnhold tarnhold at kemper.freedesktop.org
Tue Mar 1 02:51:00 PST 2011


 binfilter/bf_sw/source/core/fields/sw_docufld.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a35dfa1d825130a1415acaf275db8fcbb889ddb
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Tue Mar 1 11:45:45 2011 +0100

    Fix build: Message should be quoted...

diff --git a/binfilter/bf_sw/source/core/fields/sw_docufld.cxx b/binfilter/bf_sw/source/core/fields/sw_docufld.cxx
index 5b7a4b5..92b50dc 100644
--- a/binfilter/bf_sw/source/core/fields/sw_docufld.cxx
+++ b/binfilter/bf_sw/source/core/fields/sw_docufld.cxx
@@ -1257,7 +1257,7 @@ SwHiddenTxtField::SwHiddenTxtField(
 
 /*N*/ void SwHiddenTxtField::Evaluate(SwDoc* pDoc)
 /*N*/ {
-/*N*/ 	OSL_ENSURE(pDoc, Wo ist das Dokument Seniore);
+/*N*/ 	OSL_ENSURE(pDoc, "Wo ist das Dokument Seniore");
 /*N*/
 /*N*/ 	if( TYP_CONDTXTFLD == nSubType )
 /*N*/ 	{


More information about the Libreoffice-commits mailing list