summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplaypiece.hxx
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-10-05 20:33:57 -0300
committerCaolán McNamara <caolanm@redhat.com>2012-10-09 21:34:49 +0000
commit24e66143ed0887bb28f359d3172735017434bdf8 (patch)
tree0ecab7bb6280994125545f67a0137d886e91baf5 /lotuswordpro/source/filter/lwplaypiece.hxx
parent98a6d76f1eb20346828056b906bd775c8247e992 (diff)
Remove useless code
These macros was never defined: KANJI AMIKAKE BORDER_BMP SMARTEXT JAPANESE_ENABLED BENUTIL_SUPPORT So, these code inside these ifdefs was never executed. Remove all this. Also in this commit, remove some odd comments and commented code. Change-Id: Idd4991d06d1c879e64f07875241a8acfa35695d0 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/777 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro/source/filter/lwplaypiece.hxx')
-rw-r--r--lotuswordpro/source/filter/lwplaypiece.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/lwplaypiece.hxx b/lotuswordpro/source/filter/lwplaypiece.hxx
index 4abae5218dc0..c086f160253c 100644
--- a/lotuswordpro/source/filter/lwplaypiece.hxx
+++ b/lotuswordpro/source/filter/lwplaypiece.hxx
@@ -121,9 +121,7 @@ public:
void SetContentRotation(sal_uInt16 nVal){m_nContentRotation = nVal;}
sal_uInt16 GetPlacement(){return m_nPlacement;}
void SetPlacement(sal_uInt16 nVal){m_nPlacement = nVal;}
- // add by , 04/05/2005
inline LwpPoint* GetOffset() {return &m_Offset;}
- // end add
protected:
virtual void Read();
protected:
@@ -275,7 +273,6 @@ private:
DOG_EAR_PAGE = 8,
DESKTOP = 9,
BOX_HIGHLIGHT = 10,
-//#ifdef BORDER_BMP
STAR = 11,
ROPE = 12,
DECO1 = 13,
@@ -285,7 +282,6 @@ private:
ROSE = 17,
SUNF = 18,
DECO3 = 19,
-//#endif //BORDER_BMP
WARNING = 20,
BUBBLE = 21,
GIRDER = 22,
@@ -326,7 +322,6 @@ protected:
LwpShadow m_Shadow;
};
-/*class LwpLayoutRelativityGuts*/
class LwpLayoutRelativityGuts
{
public: