summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/includes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/includes.cxx')
-rw-r--r--codemaker/source/cppumaker/includes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/includes.cxx b/codemaker/source/cppumaker/includes.cxx
index 71172f5dbde9..143826b143c6 100644
--- a/codemaker/source/cppumaker/includes.cxx
+++ b/codemaker/source/cppumaker/includes.cxx
@@ -273,7 +273,7 @@ void Includes::dumpInclude(
{
static char const * extension[2] = { "hdl", "hpp" };
out << "#include \"" << registryType;
- if (suffix.getLength() > 0) {
+ if (!suffix.isEmpty()) {
out << "/" << suffix;
}
out << "." << extension[hpp] << "\"\n";