Kaydet (Commit) 8600bc24 authored tarafından Takeshi Abe's avatar Takeshi Abe

Remove unused static variable

Change-Id: I2a0d2919b66d1450712660dbd0eb457d3f7f1c7d
üst aafffe6d
......@@ -164,7 +164,6 @@ sal_Bool bValidCrsrPos = sal_False;
sal_Bool bModePushed = sal_False;
sal_Bool bDDTimerStarted = sal_False;
sal_Bool bFlushCharBuffer = sal_False;
sal_Bool SwEditWin::bReplaceQuote = sal_False;
sal_Bool bDDINetAttr = sal_False;
SdrHdlKind eSdrMoveHdl = HDL_USER;
......
......@@ -71,7 +71,6 @@ friend void PageNumNotify( ViewShell* pVwSh,
static QuickHelpData* pQuickHlpData;
static sal_Bool bReplaceQuote;
static long nDDStartPosX, nDDStartPosY;
static Color aTextColor; // text color; for the watering can
......@@ -250,10 +249,6 @@ public:
void FlushInBuffer();
sal_Bool IsInputSequenceCheckingRequired( const String &rText, const SwPaM& rCrsr ) const;
static void SetReplaceQuote(sal_Bool bOn = sal_True) { bReplaceQuote = bOn; }
static sal_Bool IsReplaceQuote() { return bReplaceQuote; }
void SetApplyTemplate(const SwApplyTemplate &);
SwApplyTemplate* GetApplyTemplate() const { return pApplyTempl; }
......
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