aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFValue.cc
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-02-15 12:30:33 +0100
committerm-holger <m-holger@kubitscheck.org>2023-02-18 09:33:08 +0100
commitfe74f28dc4f269e4bf944ae61d77874f81f95daf (patch)
tree99afe7154748af7ea1c347be767e00736da4f354 /libqpdf/QPDFValue.cc
parentf989de1bd7b21f4782dd46decd2c63ac4b024705 (diff)
downloadqpdf-fe74f28dc4f269e4bf944ae61d77874f81f95daf.tar.zst
Refactor QPDFValue::setDefaultDescription
Diffstat (limited to 'libqpdf/QPDFValue.cc')
-rw-r--r--libqpdf/QPDFValue.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libqpdf/QPDFValue.cc b/libqpdf/QPDFValue.cc
index 7c5b30a6..41a00fa8 100644
--- a/libqpdf/QPDFValue.cc
+++ b/libqpdf/QPDFValue.cc
@@ -35,6 +35,8 @@ QPDFValue::getDescription()
return description;
}
}
+ } else if (og.isIndirect()) {
+ return "object " + og.unparse(' ');
}
return {};
}