summaryrefslogtreecommitdiffstats
path: root/include/vbahelper/vbaeventshelperbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbaeventshelperbase.hxx')
-rw-r--r--include/vbahelper/vbaeventshelperbase.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vbahelper/vbaeventshelperbase.hxx b/include/vbahelper/vbaeventshelperbase.hxx
index dd2cfba96461..6bfb8fd8bb83 100644
--- a/include/vbahelper/vbaeventshelperbase.hxx
+++ b/include/vbahelper/vbaeventshelperbase.hxx
@@ -35,7 +35,6 @@ namespace com { namespace sun { namespace star {
} } }
-
typedef ::cppu::WeakImplHelper<
css::script::vba::XVBAEventProcessor,
css::document::XEventListener,
@@ -107,7 +106,6 @@ protected:
const css::uno::Any& rUserData = css::uno::Any() );
-
struct EventQueueEntry
{
sal_Int32 mnEventId;
@@ -184,7 +182,6 @@ private:
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */