summaryrefslogtreecommitdiffstats
path: root/vcl/source/fontsubset/ttcr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/fontsubset/ttcr.cxx')
-rw-r--r--vcl/source/fontsubset/ttcr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/fontsubset/ttcr.cxx b/vcl/source/fontsubset/ttcr.cxx
index a29dd9f61944..c19be66d9235 100644
--- a/vcl/source/fontsubset/ttcr.cxx
+++ b/vcl/source/fontsubset/ttcr.cxx
@@ -1103,7 +1103,7 @@ int GetRawData(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt3
}
}
- assert(!"Unknown TrueType table.\n");
+ assert(!"Unknown TrueType table.");
return TTCR_UNKNOWN;
}
@@ -1491,7 +1491,7 @@ extern "C"
return;
}
}
- assert(!"Unknown TrueType table.\n");
+ assert(!"Unknown TrueType table.");
}
}