summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpdrawobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpdrawobj.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpdrawobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpdrawobj.hxx b/lotuswordpro/source/filter/lwpdrawobj.hxx
index fe6b61a70b4f..8c41bec29753 100644
--- a/lotuswordpro/source/filter/lwpdrawobj.hxx
+++ b/lotuswordpro/source/filter/lwpdrawobj.hxx
@@ -138,7 +138,7 @@ public:
* @param type of the object.
* @descr set the type to the draw object.
*/
- inline void SetObjectType(DrawObjectType eType) { m_eType = eType; }
+ void SetObjectType(DrawObjectType eType) { m_eType = eType; }
};
/**