summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc')
-rw-r--r--lotuswordpro/inc/xfilter/xfborders.hxx1
-rw-r--r--lotuswordpro/inc/xfilter/xfcellstyle.hxx2
-rw-r--r--lotuswordpro/inc/xfilter/xfdrawstyle.hxx1
-rw-r--r--lotuswordpro/inc/xfilter/xffont.hxx8
-rw-r--r--lotuswordpro/inc/xfilter/xfnumberstyle.hxx3
-rw-r--r--lotuswordpro/inc/xfilter/xfparastyle.hxx6
6 files changed, 0 insertions, 21 deletions
diff --git a/lotuswordpro/inc/xfilter/xfborders.hxx b/lotuswordpro/inc/xfilter/xfborders.hxx
index b9da6a4abe9f..ac23bd5f9cbc 100644
--- a/lotuswordpro/inc/xfilter/xfborders.hxx
+++ b/lotuswordpro/inc/xfilter/xfborders.hxx
@@ -116,7 +116,6 @@ private:
friend class XFBorders;
private:
- double m_fOffset;
XFColor m_aColor;
bool m_bDouble;
bool m_bSameWidth;
diff --git a/lotuswordpro/inc/xfilter/xfcellstyle.hxx b/lotuswordpro/inc/xfilter/xfcellstyle.hxx
index 82730ed4005f..8e0fc8c5dd7a 100644
--- a/lotuswordpro/inc/xfilter/xfcellstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfcellstyle.hxx
@@ -137,7 +137,6 @@ private:
enumXFAlignType m_eHoriAlign;
enumXFAlignType m_eVertAlign;
- double m_fTextIndent;
XFColor m_aBackColor;
std::unique_ptr<XFBGImage> m_xBackImage;
XFMargins m_aMargin;
@@ -145,7 +144,6 @@ private:
rtl::Reference<XFFont> m_pFont;
XFShadow m_aShadow;
std::unique_ptr<XFBorders> m_pBorders;
- bool m_bWrapText;
};
inline void XFCellStyle::SetAlignType(enumXFAlignType hori, enumXFAlignType vert)
diff --git a/lotuswordpro/inc/xfilter/xfdrawstyle.hxx b/lotuswordpro/inc/xfilter/xfdrawstyle.hxx
index e5a596a201ba..c6747729de1d 100644
--- a/lotuswordpro/inc/xfilter/xfdrawstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfdrawstyle.hxx
@@ -122,7 +122,6 @@ public:
private:
std::unique_ptr<XFFontWorkStyle> m_pFontWorkStyle;
- enumXFWrap m_eWrap;
XFDrawLineStyle *m_pLineStyle;
XFDrawAreaStyle *m_pAreaStyle;
OUString m_strArrowStart;
diff --git a/lotuswordpro/inc/xfilter/xffont.hxx b/lotuswordpro/inc/xfilter/xffont.hxx
index 43c6fa21aca9..f9e83eba1eb1 100644
--- a/lotuswordpro/inc/xfilter/xffont.hxx
+++ b/lotuswordpro/inc/xfilter/xffont.hxx
@@ -242,18 +242,10 @@ private:
enumXFUnderline m_eUnderline;
enumXFCrossout m_eCrossout;
- enumXFRelief m_eRelief;
enumXFTransform m_eTransform;
- enumXFEmphasize m_eEmphasize;
bool m_bWordByWord;
- bool m_bEmphasizeTop;
- bool m_bOutline;
- bool m_bShadow;
- bool m_bBlink;
sal_Int16 m_nPosition;
sal_Int16 m_nScale;
- double m_fCharSpace;
- sal_Int16 m_nWidthScale;
XFColor m_aColor;
XFColor m_aBackColor;
//The flag defines which variable will be functional
diff --git a/lotuswordpro/inc/xfilter/xfnumberstyle.hxx b/lotuswordpro/inc/xfilter/xfnumberstyle.hxx
index 69d9a7e68280..79f442b5566d 100644
--- a/lotuswordpro/inc/xfilter/xfnumberstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfnumberstyle.hxx
@@ -100,11 +100,8 @@ private:
enumXFNumberType m_eType;
sal_Int32 m_nDecimalDigits;
- sal_Int32 m_nMinInteger;
- sal_Int32 m_nMinExponent;
bool m_bGroup;
XFColor m_aColor;
- bool m_bCurrencySymbolPost;
OUString m_strCurrencySymbol;
OUString m_strPrefix;
OUString m_strSuffix;
diff --git a/lotuswordpro/inc/xfilter/xfparastyle.hxx b/lotuswordpro/inc/xfilter/xfparastyle.hxx
index 051901381734..7c066d61c513 100644
--- a/lotuswordpro/inc/xfilter/xfparastyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfparastyle.hxx
@@ -221,9 +221,6 @@ public:
protected:
OUString m_strMasterPage;
enumXFAlignType m_eAlignType;
- enumXFAlignType m_eLastLineAlign;
- bool m_bJustSingleWord;
- bool m_bKeepWithNext;
double m_fTextIndent;
XFColor m_aBackColor;
@@ -237,9 +234,6 @@ protected:
XFDropcap m_aDropcap;
XFLineHeight m_aLineHeight;
XFBreaks m_aBreaks;
- sal_Int32 m_nPageNumber;
- bool m_bNumberLines;
- sal_Int32 m_nLineNumberRestart;
sal_uInt32 m_nFlag;
bool m_bNumberRight;