summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-18 12:04:03 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-19 00:32:04 +0900
commit8600bc24bbc9029e92bea6102bff2921bc10b33e (patch)
treea8c9a49122c60d2f8f1deb901e851e62f4e121e4 /sw
parentaafffe6d1c3734fb2acef4b2bb1385c1e2f49043 (diff)
Remove unused static variable
Change-Id: I2a0d2919b66d1450712660dbd0eb457d3f7f1c7d
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/docvw/edtwin.cxx1
-rw-r--r--sw/source/ui/inc/edtwin.hxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index e5ff6f5140ee..52f7ae8a0e13 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -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;
diff --git a/sw/source/ui/inc/edtwin.hxx b/sw/source/ui/inc/edtwin.hxx
index fe5e1ac29fcc..3baf17e520d4 100644
--- a/sw/source/ui/inc/edtwin.hxx
+++ b/sw/source/ui/inc/edtwin.hxx
@@ -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; }