From a7724966ab4fc8cd680a20e4f2a65f276e001a39 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 22 Oct 2013 15:58:57 +0300 Subject: Bin comments that claim to say why some header is included They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c --- sc/workben/addin.hxx | 2 +- sc/workben/result.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/workben') diff --git a/sc/workben/addin.hxx b/sc/workben/addin.hxx index 4d54de38921b..6312ba96bf55 100644 --- a/sc/workben/addin.hxx +++ b/sc/workben/addin.hxx @@ -25,7 +25,7 @@ #include #include -#include // helper for implementations +#include com::sun::star::uno::Reference ScTestAddIn_CreateInstance( diff --git a/sc/workben/result.hxx b/sc/workben/result.hxx index 835ae47c1c32..6a6ce1e1a222 100644 --- a/sc/workben/result.hxx +++ b/sc/workben/result.hxx @@ -27,7 +27,7 @@ #include -#include // helper for implementations +#include typedef ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >* XResultListenerPtr; -- cgit