summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-01-18 18:38:59 +0200
committerTor Lillqvist <tml@collabora.com>2019-01-21 11:29:19 +0200
commitb4ab7b86b27d83ee20087bd33adbf28db6c31b12 (patch)
tree9ba867f4b8de3a2b1f15b56aac5fed82d39960d3
parentAdd a dummy WordBasic.ToolsOptionsView (diff)
downloadcore-b4ab7b86b27d83ee20087bd33adbf28db6c31b12.tar.gz
core-b4ab7b86b27d83ee20087bd33adbf28db6c31b12.zip
Add TODO FIXME
Change-Id: I1492c604ac39ce72fe2cfe8804ac15e8c41b9a46
-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 980406c88d23..bdf0f45e3722 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*/ )
{