diff options
Diffstat (limited to 'include/sfx2/docmacromode.hxx')
-rw-r--r-- | include/sfx2/docmacromode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/docmacromode.hxx b/include/sfx2/docmacromode.hxx index a1991bcc0e20..efd41f7bdc92 100644 --- a/include/sfx2/docmacromode.hxx +++ b/include/sfx2/docmacromode.hxx @@ -95,7 +95,7 @@ namespace sfx2 @todo This probably can also be obtained from the XModel, by calling getURL - or getLocation. If both are empty, then we need an UNO way to obtain + or getLocation. If both are empty, then we need a UNO way to obtain the URL of the underlying template document - if any. If we have this, we could replace this method with a newly introduced method getDocumentModel and some internal code. |