Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8600bc24
Kaydet (Commit)
8600bc24
authored
Ock 18, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused static variable
Change-Id: I2a0d2919b66d1450712660dbd0eb457d3f7f1c7d
üst
aafffe6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
edtwin.cxx
sw/source/ui/docvw/edtwin.cxx
+0
-1
edtwin.hxx
sw/source/ui/inc/edtwin.hxx
+0
-5
No files found.
sw/source/ui/docvw/edtwin.cxx
Dosyayı görüntüle @
8600bc24
...
...
@@ -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
;
...
...
sw/source/ui/inc/edtwin.hxx
Dosyayı görüntüle @
8600bc24
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment