summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaparagraph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaparagraph.hxx')
-rw-r--r--sw/source/ui/vba/vbaparagraph.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbaparagraph.hxx b/sw/source/ui/vba/vbaparagraph.hxx
index 22f28c0a75c0..7ae4a74de57f 100644
--- a/sw/source/ui/vba/vbaparagraph.hxx
+++ b/sw/source/ui/vba/vbaparagraph.hxx
@@ -27,7 +27,6 @@
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/text/XTextDocument.hpp>
-
typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XParagraph > SwVbaParagraph_BASE;
class SwVbaParagraph : public SwVbaParagraph_BASE
@@ -50,7 +49,6 @@ public:
virtual css::uno::Sequence<OUString> getServiceNames();
};
-
/* class SwVbaParagraphs */
typedef CollTestImplHelper< ooo::vba::word::XParagraphs > SwVbaParagraphs_BASE;