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
0b59f695
Kaydet (Commit)
0b59f695
authored
Tem 30, 2013
tarafından
Thomas Klausner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some typos.
Signed-off-by:
Thomas Klausner
<
wiz@NetBSD.org
>
üst
ef4c98cd
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
_XSingleSelectQueryAnalyzer.java
qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java
+1
-1
basedlgs.cxx
sfx2/source/dialog/basedlgs.cxx
+2
-2
appenv.cxx
sw/source/ui/app/appenv.cxx
+2
-2
envimg.hxx
sw/source/ui/inc/envimg.hxx
+3
-3
SystemDialog.java
wizards/com/sun/star/wizards/common/SystemDialog.java
+1
-1
ProcessStatusRenderer.py
wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py
+2
-2
No files found.
qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java
Dosyayı görüntüle @
0b59f695
...
...
@@ -55,7 +55,7 @@ public class _XSingleSelectQueryAnalyzer extends MultiMethodTest {
private
XSingleSelectQueryComposer
xComposer
=
null
;
/**
* Rec
ie
ves the object relations:
* Rec
ei
ves the object relations:
* <ul>
* <li><code>XSingleSelectQueryComposer xCompoer</code></li>
* </ul> <p>
...
...
sfx2/source/dialog/basedlgs.cxx
Dosyayı görüntüle @
0b59f695
...
...
@@ -803,7 +803,7 @@ void SfxSingleTabDialog::setTabPage(SfxTabPage* pTabPage,
if
(
!
sTitle
.
isEmpty
())
SetText
(
sTitle
);
// Dialog rec
ie
ves the HelpId of TabPage if there is any
// Dialog rec
ei
ves the HelpId of TabPage if there is any
OString
sHelpId
(
pImpl
->
m_pSfxPage
->
GetHelpId
());
if
(
!
sHelpId
.
isEmpty
())
SetHelpId
(
sHelpId
);
...
...
@@ -873,7 +873,7 @@ void SfxNoLayoutSingleTabDialog::SetTabPage( SfxTabPage* pTabPage,
// Set TabPage text in the Dialog
SetText
(
pImpl
->
m_pSfxPage
->
GetText
()
);
// Dialog rec
ie
ves the HelpId of TabPage
// Dialog rec
ei
ves the HelpId of TabPage
SetHelpId
(
pImpl
->
m_pSfxPage
->
GetHelpId
()
);
SetUniqueId
(
pImpl
->
m_pSfxPage
->
GetUniqueId
()
);
}
...
...
sw/source/ui/app/appenv.cxx
Dosyayı görüntüle @
0b59f695
...
...
@@ -164,7 +164,7 @@ void SwModule::InsertEnv( SfxRequest& rReq )
aTmp
+=
OUString
::
number
(
++
nTitleNo
);
xDocSh
->
SetTitle
(
aTmp
);
// if applicable, copy the old Collections "Sender" and "Rec
ie
ver" to
// if applicable, copy the old Collections "Sender" and "Rec
ei
ver" to
// a new document
if
(
pOldSh
)
{
...
...
@@ -312,7 +312,7 @@ void SwModule::InsertEnv( SfxRequest& rReq )
pSh
->
StartAllAction
();
pSh
->
DoUndo
(
sal_False
);
// Again, copy the new collections "Sender" and "Rec
ie
ver" to
// Again, copy the new collections "Sender" and "Rec
ei
ver" to
// a new document
if
(
pOldSh
)
{
...
...
sw/source/ui/inc/envimg.hxx
Dosyayı görüntüle @
0b59f695
...
...
@@ -42,11 +42,11 @@ class SW_DLLPUBLIC SwEnvItem : public SfxPoolItem
{
public
:
OUString
aAddrText
;
// text for rec
ie
ver
OUString
aAddrText
;
// text for rec
ei
ver
sal_Bool
bSend
;
// sender?
OUString
aSendText
;
// text for sender
sal_Int32
lAddrFromLeft
;
// left gap for rec
ie
ver (twips)
sal_Int32
lAddrFromTop
;
// upper gap for rec
ie
ver (twips)
sal_Int32
lAddrFromLeft
;
// left gap for rec
ei
ver (twips)
sal_Int32
lAddrFromTop
;
// upper gap for rec
ei
ver (twips)
sal_Int32
lSendFromLeft
;
// left gap for sender (twips)
sal_Int32
lSendFromTop
;
// upper gap for sender (twips)
sal_Int32
lWidth
;
// envelope's width (twips)
...
...
wizards/com/sun/star/wizards/common/SystemDialog.java
Dosyayı görüntüle @
0b59f695
...
...
@@ -348,7 +348,7 @@ public class SystemDialog
}
/**
* just like the other showMessageBox(...) method, but rec
ie
ves a
* just like the other showMessageBox(...) method, but rec
ei
ves a
* peer argument to use to create the message box.
* @param xMSF
* @param peer
...
...
wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py
Dosyayı görüntüle @
0b59f695
...
...
@@ -20,8 +20,8 @@ from .WebWizardConst import *
from
..common.IRenderer
import
IRenderer
# rec
ie
ves status calls from the status dialog which
# apears when the user clicks "create".
# rec
ei
ves status calls from the status dialog which
# ap
p
ears when the user clicks "create".
# allocates strings from the resources to
# display the current task status.
# (renders the state to resource strings)
...
...
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