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
1101ae67
Kaydet (Commit)
1101ae67
authored
Şub 21, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: deleteing->deleting
Change-Id: I2bdde7524a97039c94a8da5ac5d2eba38c91d71a
üst
f6a0e670
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
7 deletions
+6
-7
vclhelperbufferdevice.cxx
drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+1
-1
ParcelContainer.java
.../sun/star/script/framework/container/ParcelContainer.java
+2
-3
docedt.cxx
sw/source/core/doc/docedt.cxx
+1
-1
AgendaDocument.py
wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+1
-1
TopicsControl.py
wizards/com/sun/star/wizards/agenda/TopicsControl.py
+1
-1
No files found.
drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
Dosyayı görüntüle @
1101ae67
...
...
@@ -40,7 +40,7 @@ namespace
// available buffers
aBuffers
maFreeBuffers
;
// allocated/used buffers (remembered to allow delet
e
ing them in destructor)
// allocated/used buffers (remembered to allow deleting them in destructor)
aBuffers
maUsedBuffers
;
public
:
...
...
scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
Dosyayı görüntüle @
1101ae67
...
...
@@ -620,7 +620,7 @@ public class ParcelContainer implements XNameAccess {
String
pathToParcel
=
PathUtils
.
make_url
(
getParcelContainerDir
(),
name
);
m_xSFA
.
kill
(
pathToParcel
);
}
catch
(
Exception
e
)
{
LogUtils
.
DEBUG
(
"Error delet
e
ing parcel "
+
name
);
LogUtils
.
DEBUG
(
"Error deleting parcel "
+
name
);
throw
new
com
.
sun
.
star
.
lang
.
WrappedTargetException
(
e
);
}
...
...
@@ -714,4 +714,4 @@ public class ParcelContainer implements XNameAccess {
return
parsedUri
;
}
}
\ No newline at end of file
}
sw/source/core/doc/docedt.cxx
Dosyayı görüntüle @
1101ae67
...
...
@@ -340,7 +340,7 @@ bool sw_JoinText( SwPaM& rPam, bool bJoinPrev )
// (see sw_GetJoinFlags)
{
// If PageBreaks are deleted/set, it must not be added to the Undo history!
// Also, delet
e
ing the Node is not added to the Undo histroy!
// Also, deleting the Node is not added to the Undo histroy!
::
sw
::
UndoGuard
const
undoGuard
(
pDoc
->
GetIDocumentUndoRedo
());
/* PageBreaks, PageDesc, ColumnBreaks */
...
...
wizards/com/sun/star/wizards/agenda/AgendaDocument.py
Dosyayı görüntüle @
1101ae67
...
...
@@ -691,7 +691,7 @@ class ItemsTable(object):
return
'''
now before delet
e
ing i move the cursor up so it
now before deleting i move the cursor up so it
does not disappear, because it will crash office.
'''
cursor
.
gotoStart
(
False
)
...
...
wizards/com/sun/star/wizards/agenda/TopicsControl.py
Dosyayı görüntüle @
1101ae67
...
...
@@ -39,7 +39,7 @@ Important behaiviour of this control is that there is always a
blank row at the end, in which the user can enter data.<br/>
Once the row is not blank (thus, the user entered data...),
a new blank row is added.<br/>
Once the user removes the last *unempty* row, binsertRowy delet
e
ing its data, it becomes
Once the user removes the last *unempty* row, binsertRowy deleting its data, it becomes
the *last empty row* and the one after is being automatically removed.<br/><br/>
The contorl shows 5 rows at a time.<br/>
If, for example, only 2 rows exist (from which the 2ed one is empty...)
...
...
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