summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-22 15:58:57 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-22 16:56:28 +0300
commita7724966ab4fc8cd680a20e4f2a65f276e001a39 (patch)
tree5aeb953a7172ea061c7884be8c19849b9e2d81d8 /sc/workben
parent1cbe2313edda8a04f0fe233b4a29ef4e2485f557 (diff)
Bin comments that claim to say why some header is included
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
Diffstat (limited to 'sc/workben')
-rw-r--r--sc/workben/addin.hxx2
-rw-r--r--sc/workben/result.hxx2
2 files changed, 2 insertions, 2 deletions
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 <com/sun/star/lang/XServiceInfo.hpp>
#include <stardiv/starcalc/test/XTestAddIn.hpp>
-#include <cppuhelper/implbase4.hxx> // helper for implementations
+#include <cppuhelper/implbase4.hxx>
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> 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 <com/sun/star/sheet/XVolatileResult.hpp>
-#include <cppuhelper/implbase1.hxx> // helper for implementations
+#include <cppuhelper/implbase1.hxx>
typedef ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >* XResultListenerPtr;