diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-21 22:21:40 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-22 12:10:30 +0100 |
commit | 117fdb9898dcc379b4f83437e858c57fd1d11911 (patch) | |
tree | 809d9346dd75a6317f9f726a27b06807781c86e0 /basic/inc | |
parent | fe3303b3dce8f4cecf15b859c465ced6ff547386 (diff) |
convert users of XDocumentInfo to XDocumentProperties
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/basic/basicmanagerrepository.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/inc/basic/basicmanagerrepository.hxx b/basic/inc/basic/basicmanagerrepository.hxx index 490457e21a84..411aeadb8545 100644 --- a/basic/inc/basic/basicmanagerrepository.hxx +++ b/basic/inc/basic/basicmanagerrepository.hxx @@ -76,7 +76,8 @@ namespace basic @param _rxDocumentModel denotes the document model whose BasicManager is to be retrieved. Must not be <NULL/>. - The document should support the XDocumentInfoSupplier interface, for retrieving + The document should support the XDocumentPropertiesSupplier + interface, for retrieving its title, which is needed in some error conditions. Also it <em>must</em> support the XStorageBasedDocument interface, since we must be able to retrieve the document's storage. If this interface is <em>not</em> |