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
a80533c4
Kaydet (Commit)
a80533c4
authored
Eyl 27, 2011
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix typo in message
üst
59af654b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fmtwrapinfluenceonobjpos.cxx
sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx
+1
-1
docbm.cxx
sw/source/core/doc/docbm.cxx
+2
-2
No files found.
sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx
Dosyayı görüntüle @
a80533c4
...
@@ -122,7 +122,7 @@ bool SwFmtWrapInfluenceOnObjPos::PutValue( const Any& rVal, sal_uInt8 nMemberId
...
@@ -122,7 +122,7 @@ bool SwFmtWrapInfluenceOnObjPos::PutValue( const Any& rVal, sal_uInt8 nMemberId
}
}
break
;
break
;
default
:
default
:
OSL_FAIL
(
"<SwFmtWrapInfluenceOnObjPos::
QueryValue(
)> - unknown MemberId"
);
OSL_FAIL
(
"<SwFmtWrapInfluenceOnObjPos::
PutValue(..
)> - unknown MemberId"
);
bRet
=
false
;
bRet
=
false
;
}
}
...
...
sw/source/core/doc/docbm.cxx
Dosyayı görüntüle @
a80533c4
...
@@ -481,7 +481,7 @@ namespace sw { namespace mark
...
@@ -481,7 +481,7 @@ namespace sw { namespace mark
bool
MarkManager
::
renameMark
(
::
sw
::
mark
::
IMark
*
io_pMark
,
const
::
rtl
::
OUString
&
rNewName
)
bool
MarkManager
::
renameMark
(
::
sw
::
mark
::
IMark
*
io_pMark
,
const
::
rtl
::
OUString
&
rNewName
)
{
{
OSL_PRECOND
(
io_pMark
->
GetMarkPos
().
GetDoc
()
==
m_pDoc
,
OSL_PRECOND
(
io_pMark
->
GetMarkPos
().
GetDoc
()
==
m_pDoc
,
"<MarkManager::re
position
Mark(..)>"
"<MarkManager::re
name
Mark(..)>"
" - Mark is not in my doc."
);
" - Mark is not in my doc."
);
if
(
io_pMark
->
GetName
()
==
rNewName
)
if
(
io_pMark
->
GetName
()
==
rNewName
)
return
true
;
return
true
;
...
@@ -748,7 +748,7 @@ namespace sw { namespace mark
...
@@ -748,7 +748,7 @@ namespace sw { namespace mark
void
MarkManager
::
deleteMark
(
const
IMark
*
const
pMark
)
void
MarkManager
::
deleteMark
(
const
IMark
*
const
pMark
)
{
{
OSL_PRECOND
(
pMark
->
GetMarkPos
().
GetDoc
()
==
m_pDoc
,
OSL_PRECOND
(
pMark
->
GetMarkPos
().
GetDoc
()
==
m_pDoc
,
"<MarkManager::
reposition
Mark(..)>"
"<MarkManager::
delete
Mark(..)>"
" - Mark is not in my doc."
);
" - Mark is not in my doc."
);
// finds the last Mark that is starting before pMark
// finds the last Mark that is starting before pMark
// (pMarkLow < pMark)
// (pMarkLow < pMark)
...
...
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