diff options
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 23c2116d82e1..94fb3bdf7a89 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -155,6 +155,7 @@ public: SwTableBox* FindBox(SwTable* pTable, SwTableBox* pBox); SwFrameFormat* GetFrameFormat() const { return const_cast<SwFrameFormat*>(static_cast<const SwFrameFormat*>(GetRegisteredIn())); } double GetForcedNumericalValue() const; + css::uno::Any GetAny() const; }; class SwXTextTableRow SAL_FINAL : public cppu::WeakImplHelper |