summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfdrawobj.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawobj.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
index 864449096a4e..d80e6df00cd8 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
@@ -129,23 +129,7 @@ inline void XFDrawObject::SetTextStyleName(rtl::OUString style)
{
m_strTextStyle = style;
}
-/*
-inline void XFDrawObject::SetPosition(double x, double y, double width, double height)
-{
- SetX(x);
- SetY(y);
- SetWidth(width);
- SetHeight(height);
-}
-inline void XFDrawObject::SetPosition(XFRect rect)
-{
- SetX(rect.GetX());
- SetY(rect.GetY());
- SetWidth(rect.GetWidth());
- SetHeight(rect.GetHeight());
-}
-*/
inline void XFDrawObject::SetRotate(double degree, XFPoint aRotatePoint)
{
m_nFlag |= XFDRAWOBJECT_FLAG_ROTATE;