summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/ssfrm.cxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-11-16 13:49:31 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-11-16 13:49:31 +0100
commitf1dc19695c083ec5f1356a2c082f2c4feb53aa33 (patch)
tree102b372f0584f357700608b97fcfb3bb6a53ea92 /sw/source/core/layout/ssfrm.cxx
parentd1175e253f73b0f75c41cfe2c3ef8273a16c0d48 (diff)
parent089025c4a07639421d7c8e5bba0afd60c999f0e0 (diff)
CWS-TOOLING: integrate CWS tlmath01
Notes
split repo tag: writer_ooo/DEV300_m94
Diffstat (limited to 'sw/source/core/layout/ssfrm.cxx')
-rw-r--r--sw/source/core/layout/ssfrm.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/sw/source/core/layout/ssfrm.cxx b/sw/source/core/layout/ssfrm.cxx
index 9b3ff15666f9..c0cef39294b8 100644
--- a/sw/source/core/layout/ssfrm.cxx
+++ b/sw/source/core/layout/ssfrm.cxx
@@ -414,6 +414,19 @@ SwFrm::~SwFrm()
#endif
}
+/*************************************************************************/
+
+const SwFrmFmt * SwLayoutFrm::GetFmt() const
+{
+ return static_cast< const SwFlyFrmFmt * >( GetDep() );
+}
+
+SwFrmFmt * SwLayoutFrm::GetFmt()
+{
+ return static_cast< SwFlyFrmFmt * >( GetDep() );
+}
+
+
/*************************************************************************
|*
|* SwLayoutFrm::SetFrmFmt()