summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpdrawobj.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:18:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 14:47:34 -0600
commit7986dcfdcad22d7203f256fb9a4ad53bda4ca422 (patch)
tree0cf345a92fd1b7d864b446cc71d0ba1a1c0187aa /lotuswordpro/source/filter/lwpdrawobj.hxx
parentwriterfilter: convert sprm:C{DxaSpace,CharScale,HpsKern,HpsPos} (diff)
downloadcore-7986dcfdcad22d7203f256fb9a4ad53bda4ca422.tar.gz
core-7986dcfdcad22d7203f256fb9a4ad53bda4ca422.zip
Remove visual noise from lotuswordpro
Change-Id: Ie161a2aa1a434d0778e1937a833819c934ed1889 Reviewed-on: https://gerrit.libreoffice.org/8281 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro/source/filter/lwpdrawobj.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpdrawobj.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpdrawobj.hxx b/lotuswordpro/source/filter/lwpdrawobj.hxx
index e570b7c121c1..cdf8b1df8873 100644
--- a/lotuswordpro/source/filter/lwpdrawobj.hxx
+++ b/lotuswordpro/source/filter/lwpdrawobj.hxx
@@ -143,7 +143,6 @@ public:
inline DrawObjectType GetObjectType() const { return m_eType; }
};
-
/**
* @brief
* Lwp-draw-group object.
@@ -164,7 +163,6 @@ protected:
virtual XFFrame* CreateStandardDrawObj(const OUString& /*rStyleName*/) { return NULL; }
};
-
/**
* @brief
* Lwp-draw-line object.
@@ -206,7 +204,6 @@ protected:
virtual XFFrame* CreateStandardDrawObj(const OUString& rStyleName);
};
-
/**
* @brief
* Lwp-draw-polygon object.
@@ -271,7 +268,6 @@ protected:
virtual XFFrame* CreateStandardDrawObj(const OUString& rStyleName);
};
-
/**
* @brief
* Lwp-draw-arc object.