summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 11:45:45 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-01 11:45:45 +0100
commit5a35dfa1d825130a1415acaf275db8fcbb889ddb (patch)
treeefbdb323f7fd328d18328c476859a502facdce8e
parentf38175eab8891ea88efe04629a95de656df8dade (diff)
Fix build: Message should be quoted...
-rw-r--r--binfilter/bf_sw/source/core/fields/sw_docufld.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binfilter/bf_sw/source/core/fields/sw_docufld.cxx b/binfilter/bf_sw/source/core/fields/sw_docufld.cxx
index 5b7a4b58d..92b50dca7 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*/ {