summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/documentinfo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/documentinfo.cxx')
-rw-r--r--comphelper/source/misc/documentinfo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/documentinfo.cxx b/comphelper/source/misc/documentinfo.cxx
index 9a9994592ed7..0ada1a74f536 100644
--- a/comphelper/source/misc/documentinfo.cxx
+++ b/comphelper/source/misc/documentinfo.cxx
@@ -112,7 +112,7 @@ namespace comphelper {
return sTitle;
}
- // 3. try the UNO DocumentInfo
+ // 3. try the UNO XDocumentProperties
Reference< XDocumentPropertiesSupplier > xDPS( _rxDocument, UNO_QUERY );
if ( xDPS.is() )
{