diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 11:45:45 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 11:45:45 +0100 |
commit | 5a35dfa1d825130a1415acaf275db8fcbb889ddb (patch) | |
tree | efbdb323f7fd328d18328c476859a502facdce8e | |
parent | f38175eab8891ea88efe04629a95de656df8dade (diff) |
Fix build: Message should be quoted...
-rw-r--r-- | binfilter/bf_sw/source/core/fields/sw_docufld.cxx | 2 |
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*/ { |