summaryrefslogtreecommitdiff
path: root/sw/inc/swddetbl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swddetbl.hxx')
-rw-r--r--sw/inc/swddetbl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swddetbl.hxx b/sw/inc/swddetbl.hxx
index 025fe81ce21c..ec76169e7309 100644
--- a/sw/inc/swddetbl.hxx
+++ b/sw/inc/swddetbl.hxx
@@ -38,16 +38,16 @@ public:
void ChangeContent();
bool NoDDETable();
- SwDDEFieldType* GetDDEFldType();
- inline const SwDDEFieldType* GetDDEFldType() const;
+ SwDDEFieldType* GetDDEFieldType();
+ inline const SwDDEFieldType* GetDDEFieldType() const;
protected:
virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) SAL_OVERRIDE;
virtual void SwClientNotify( const SwModify&, const SfxHint& ) SAL_OVERRIDE;
};
-inline const SwDDEFieldType* SwDDETable::GetDDEFldType() const
+inline const SwDDEFieldType* SwDDETable::GetDDEFieldType() const
{
- return const_cast<SwDDETable*>(this)->GetDDEFldType();
+ return const_cast<SwDDETable*>(this)->GetDDEFieldType();
}
#endif