summaryrefslogtreecommitdiff
path: root/sw/inc/expfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/expfld.hxx')
-rw-r--r--sw/inc/expfld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index dcd1354619b3..01611c4aa8ea 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -162,7 +162,7 @@ public:
inline sal_uInt16 GetType() const;
void SetSeqFormat(sal_uLong nFormat);
- sal_uLong GetSeqFormat();
+ sal_uLong GetSeqFormat() const;
bool IsDeleted() const { return m_bDeleted; }
void SetDeleted( bool b ) { m_bDeleted = b; }