summaryrefslogtreecommitdiff
path: root/sw/inc/cellatr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-11 14:52:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-12 07:46:58 +0100
commitd905c783e7f20ea1f18600252cd92c02ea7f91f7 (patch)
tree2ea8f7926861a5843d578c5711325c18f560c079 /sw/inc/cellatr.hxx
parentbb76df91431e2043a0683ea4140fe69178e10c8d (diff)
TypeWhichId in sw
Change-Id: Ia5654aaf88f13c37f52e3c17d61dd3475641070a Reviewed-on: https://gerrit.libreoffice.org/46230 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/cellatr.hxx')
-rw-r--r--sw/inc/cellatr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/cellatr.hxx b/sw/inc/cellatr.hxx
index 30027fc64c77..795e03952aeb 100644
--- a/sw/inc/cellatr.hxx
+++ b/sw/inc/cellatr.hxx
@@ -100,11 +100,11 @@ public:
};
inline const SwTableBoxNumFormat &SwAttrSet::GetTableBoxNumFormat(bool bInP) const
- { return static_cast<const SwTableBoxNumFormat&>(Get( RES_BOXATR_FORMAT,bInP)); }
+ { return Get( RES_BOXATR_FORMAT,bInP); }
inline const SwTableBoxFormula &SwAttrSet::GetTableBoxFormula(bool bInP) const
- { return static_cast<const SwTableBoxFormula&>(Get( RES_BOXATR_FORMULA,bInP)); }
+ { return Get( RES_BOXATR_FORMULA,bInP); }
inline const SwTableBoxValue &SwAttrSet::GetTableBoxValue(bool bInP) const
- { return static_cast<const SwTableBoxValue&>(Get( RES_BOXATR_VALUE, bInP)); }
+ { return Get( RES_BOXATR_VALUE, bInP); }
inline const SwTableBoxNumFormat &SwFormat::GetTableBoxNumFormat(bool bInP) const
{ return m_aSet.GetTableBoxNumFormat(bInP); }