summaryrefslogtreecommitdiff
path: root/sw/inc/reffld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/reffld.hxx')
-rw-r--r--sw/inc/reffld.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/reffld.hxx b/sw/inc/reffld.hxx
index 0738e21eb433..0b4e3ceec585 100644
--- a/sw/inc/reffld.hxx
+++ b/sw/inc/reffld.hxx
@@ -55,7 +55,6 @@ enum REFERENCEMARK
REF_END
};
-
/// Get reference.
class SwGetRefFieldType : public SwFieldType
@@ -77,7 +76,6 @@ public:
sal_Int32* pStt, sal_Int32* pEnd = 0 );
};
-
class SW_DLLPUBLIC SwGetRefField : public SwField
{
private:
@@ -126,7 +124,6 @@ public:
// #i85090#
OUString GetExpandedTxtOfReferencedTxtNode() const;
-
/// Get/set SequenceNo (of interest only for REF_SEQUENCEFLD).
sal_uInt16 GetSeqNo() const { return nSeqNo; }
void SetSeqNo( sal_uInt16 n ) { nSeqNo = n; }
@@ -144,7 +141,6 @@ public:
virtual OUString GetDescription() const;
};
-
#endif /// INCLUDED_SW_INC_REFFLD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */