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

sw: Rename some variables.

Change-Id: I5b7e0a9d9138dc6b14c74492b2beff70438a7998
üst 195e7b98
......@@ -184,9 +184,9 @@ public:
void SetFrmMode(bool bMod);
void SetPageWidth(long nPageWidth);
void SetFormatUsed(bool bFmt)
void SetFormatUsed(bool bFormatUsed)
{
bFormat = bFmt;
bFormat = bFormatUsed;
}
void ShowBalance(bool bShow)
......
......@@ -107,8 +107,7 @@ public:
static const sal_uInt16* GetRanges() { return aWrapPageRg; }
inline void SetNewFrame(bool bNewFrame) { bNew = bNewFrame; }
inline void SetFormatUsed(bool bFmt, bool bDrw) { bFormat = bFmt;
bDrawMode = bDrw; }
inline void SetFormatUsed(bool bFormatUsed, bool bDrw) { bFormat = bFormatUsed; bDrawMode = bDrw; }
inline void SetShell(SwWrtShell* pSh) { pWrtSh = pSh; }
};
......
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