Kaydet (Commit) bafd5054 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

line spacing: Kill lots of unused stuff. Rename some member variables.

Change-Id: Ia424ea0b71e64bb1133d2a02becb79d6a5ace639
üst b654f0bc
...@@ -47,15 +47,11 @@ public: ...@@ -47,15 +47,11 @@ public:
int eSpace, long lValue = 0 ); int eSpace, long lValue = 0 );
void ExecuteLineSpacing(sal_uInt16 aEntry); void ExecuteLineSpacing(sal_uInt16 aEntry);
void PopupModeEndCallback();
private: private:
bool mbUseLineSPCustom; SfxMapUnit meLNSpaceUnit;
bool mbLineSPDisable;
SfxMapUnit m_eLNSpaceUnit;
long nMinFixDist; Edit* mpActLineDistFld;
Edit* pActLineDistFld;
PushButton* mpSpacing1Button; PushButton* mpSpacing1Button;
PushButton* mpSpacing115Button; PushButton* mpSpacing115Button;
...@@ -67,8 +63,6 @@ private: ...@@ -67,8 +63,6 @@ private:
MetricField* mpLineDistAtPercentBox; MetricField* mpLineDistAtPercentBox;
MetricField* mpLineDistAtMetricBox; MetricField* mpLineDistAtMetricBox;
sal_Int64 maValue;
sal_uInt16 maPos;
private: private:
void initial(); void initial();
DECL_LINK(LineSPDistHdl_Impl, ListBox*); DECL_LINK(LineSPDistHdl_Impl, ListBox*);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment