From b4ab7b86b27d83ee20087bd33adbf28db6c31b12 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 18 Jan 2019 18:38:59 +0200 Subject: Add TODO FIXME Change-Id: I1492c604ac39ce72fe2cfe8804ac15e8c41b9a46 --- sw/source/ui/vba/vbadocuments.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw') 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*/ ) { -- cgit