summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-01-18 18:38:59 +0200
committerTor Lillqvist <tml@collabora.com>2019-01-18 18:38:59 +0200
commitbac428070379c1da45851760a92971a6eaece408 (patch)
tree0d71e3a075aedd58f37e000947617d9e55c9cfab /sw/source
parentac43be5afca3691f85f455035628df009f2d9694 (diff)
Add TODO FIXME
Change-Id: I1492c604ac39ce72fe2cfe8804ac15e8c41b9a46
Diffstat (limited to 'sw/source')
-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 aef486ba4718..b32b80beeac5 100644
--- a/sw/source/ui/vba/vbadocuments.cxx
+++ b/sw/source/ui/vba/vbadocuments.cxx
@@ -110,6 +110,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*/ )
{