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
379bacf8
Kaydet (Commit)
379bacf8
authored
Haz 08, 2013
tarafından
Philipp Riemer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removed commented out code in sw/source/core/edit
Change-Id: I44951e08b196106a5352a8e9b86e695e6a8961b9
üst
b3e67062
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
6 deletions
+2
-6
acorrect.cxx
sw/source/core/edit/acorrect.cxx
+0
-1
autofmt.cxx
sw/source/core/edit/autofmt.cxx
+1
-1
editsh.cxx
sw/source/core/edit/editsh.cxx
+1
-2
edlingu.cxx
sw/source/core/edit/edlingu.cxx
+0
-1
edsect.cxx
sw/source/core/edit/edsect.cxx
+0
-1
No files found.
sw/source/core/edit/acorrect.cxx
Dosyayı görüntüle @
379bacf8
...
...
@@ -210,7 +210,6 @@ sal_Bool SwAutoCorrDoc::ReplaceRange( xub_StrLen nPos, xub_StrLen nSourceLength,
pDoc
->
Overwrite
(
*
pPam
,
rTxt
);
}
// pDoc->SetRedlineMode_intern( eOld );
if
(
bUndoIdInitialized
)
{
bUndoIdInitialized
=
true
;
...
...
sw/source/core/edit/autofmt.cxx
Dosyayı görüntüle @
379bacf8
...
...
@@ -2311,7 +2311,7 @@ SwAutoFormat::SwAutoFormat( SwEditShell* pEdShell, SvxSwAutoFmtFlags& rFlags,
}
else
{
bNxtEmpty
=
false
;
// true;
bNxtEmpty
=
false
;
bNxtAlpha
=
sal_False
;
nNxtLevel
=
0
;
}
...
...
sw/source/core/edit/editsh.cxx
Dosyayı görüntüle @
379bacf8
...
...
@@ -1008,8 +1008,7 @@ String SwEditShell::DeleteExtTextInput( SwExtTextInput* pDel, sal_Bool bInsText
void
SwEditShell
::
SetExtTextInputData
(
const
CommandExtTextInputData
&
rData
)
{
const
SwPosition
&
rPos
=
*
GetCrsr
()
->
GetPoint
();
SwExtTextInput
*
pInput
=
GetDoc
()
->
GetExtTextInput
(
rPos
.
nNode
.
GetNode
()
/*, rPos.nContent.GetIndex()*/
);
SwExtTextInput
*
pInput
=
GetDoc
()
->
GetExtTextInput
(
rPos
.
nNode
.
GetNode
()
);
if
(
pInput
)
{
StartAllAction
();
...
...
sw/source/core/edit/edlingu.cxx
Dosyayı görüntüle @
379bacf8
...
...
@@ -955,7 +955,6 @@ bool SwEditShell::GetGrammarCorrection(
uno
::
Reference
<
linguistic2
::
XProofreadingIterator
>
xGCIterator
(
mpDoc
->
GetGCIterator
()
);
if
(
xGCIterator
.
is
())
{
// LanguageType eActLang = (LanguageType)pNode->GetLang( nBegin, nLen );
uno
::
Reference
<
lang
::
XComponent
>
xDoc
(
mpDoc
->
GetDocShell
()
->
GetBaseModel
(),
uno
::
UNO_QUERY
);
// Expand the string:
...
...
sw/source/core/edit/edsect.cxx
Dosyayı görüntüle @
379bacf8
...
...
@@ -309,7 +309,6 @@ static const SwNode* lcl_SpecialInsertNode(const SwPosition* pCurrentPos)
const
SwNode
*
pReturn
=
NULL
;
// the current position
// const SwPosition* pCurrentPos = GetCrsr()->GetPoint();
OSL_ENSURE
(
pCurrentPos
!=
NULL
,
"Strange, we have no position!"
);
const
SwNode
&
rCurrentNode
=
pCurrentPos
->
nNode
.
GetNode
();
...
...
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