diff options
Diffstat (limited to 'sw/inc/unosett.hxx')
-rw-r--r-- | sw/inc/unosett.hxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sw/inc/unosett.hxx b/sw/inc/unosett.hxx index 76ae89a3a8..43da54ec07 100644 --- a/sw/inc/unosett.hxx +++ b/sw/inc/unosett.hxx @@ -51,9 +51,6 @@ class SwNumRule; /****************************************************************************** * ******************************************************************************/ -/* -----------------04.05.98 12:28------------------- - * - * --------------------------------------------------*/ class SwXFootnoteProperties : public cppu::WeakAggImplHelper2 < ::com::sun::star::beans::XPropertySet, @@ -85,9 +82,6 @@ public: void Invalidate() {pDoc = 0;} }; -/* -----------------04.05.98 12:28------------------- - * - * --------------------------------------------------*/ class SwXEndnoteProperties : public cppu::WeakAggImplHelper2 < ::com::sun::star::beans::XPropertySet, @@ -119,9 +113,6 @@ public: void Invalidate() {pDoc = 0;} }; -/* -----------------04.05.98 12:28------------------- - * - * --------------------------------------------------*/ class SwXLineNumberingProperties : public cppu::WeakAggImplHelper2 < ::com::sun::star::beans::XPropertySet, @@ -153,9 +144,6 @@ public: void Invalidate() {pDoc = 0;} }; -/* -----------------25.05.98 08:21------------------- - * - * --------------------------------------------------*/ class SwXNumberingRules : public cppu::WeakAggImplHelper5 < ::com::sun::star::container::XIndexReplace, @@ -235,9 +223,7 @@ public: void Invalidate() {pDocShell = 0;} const String& GetCreatedNumRuleName() const{return sCreatedNumRuleName; } }; -/*-----------------12.02.98 08:27------------------- ---------------------------------------------------*/ class SwXChapterNumbering : public SwXNumberingRules { protected: @@ -255,9 +241,6 @@ public: }; -/* -----------------27.05.98 15:44------------------- - * - * --------------------------------------------------*/ class SwXTextColumns : public cppu::WeakAggImplHelper4 < |