summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-01-18 18:38:59 +0200
committerTor Lillqvist <tml@collabora.com>2019-09-19 22:42:07 +0200
commit11d04ec33d8d6474bcb1c0f77195b8354d9e4ec8 (patch)
tree30124a70ef9e1d893042685708b3cb02b46114e7
parent5f3e3b99a0be949c7d806312771e39849aa28b7f (diff)
Add TODO FIXME
Change-Id: I1492c604ac39ce72fe2cfe8804ac15e8c41b9a46 (cherry picked from commit bac428070379c1da45851760a92971a6eaece408) Reviewed-on: https://gerrit.libreoffice.org/79149 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--sw/source/ui/vba/vbadocuments.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbadocuments.cxx b/sw/source/ui/vba/vbadocuments.cxx
index b8385540b177..c2566cbc7a35 100644
--- a/sw/source/ui/vba/vbadocuments.cxx
+++ b/sw/source/ui/vba/vbadocuments.cxx
@@ -106,6 +106,7 @@ SwVbaDocuments::Add( const uno::Any& Template, const uno::Any& /*NewTemplate*/,
}
// #TODO# #FIXME# can any of the unused params below be used?
+// #TODO# #FIXME# surely we should actually close the document here
void SAL_CALL
SwVbaDocuments::Close( const uno::Any& /*SaveChanges*/, const uno::Any& /*OriginalFormat*/, const uno::Any& /*RouteDocument*/ )
{