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
9e8cd062
Kaydet (Commit)
9e8cd062
authored
Ara 10, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: indentation fixes
Change-Id: Id5c95b30eb25d8e88cb596fca283b14f1c74ef69
üst
ce0ad104
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
calbck.hxx
sw/inc/calbck.hxx
+1
-1
dcontact.hxx
sw/inc/dcontact.hxx
+2
-2
rtfimport.cxx
sw/qa/extras/rtfimport/rtfimport.cxx
+1
-1
No files found.
sw/inc/calbck.hxx
Dosyayı görüntüle @
9e8cd062
...
...
@@ -87,7 +87,7 @@ namespace sw
virtual
void
SwClientNotify
(
const
SwModify
&
,
const
SfxHint
&
rHint
)
=
0
;
public
:
bool
IsLast
()
const
{
return
!
m_pLeft
&&
!
m_pRight
;
}
};
};
}
// SwClient
class
SW_DLLPUBLIC
SwClient
:
::
sw
::
WriterListener
...
...
sw/inc/dcontact.hxx
Dosyayı görüntüle @
9e8cd062
...
...
@@ -232,13 +232,13 @@ class SwDrawVirtObj : public SdrVirtObj
inserted into the drawing layer. */
SwDrawContact
&
mrDrawContact
;
protected
:
protected
:
/** AW: Need own sdr::contact::ViewContact since AnchorPos from parent is
not used but something own (top left of new SnapRect minus top left
of original SnapRect) */
virtual
sdr
::
contact
::
ViewContact
*
CreateObjectSpecificViewContact
()
override
;
public
:
public
:
SwDrawVirtObj
(
SdrObject
&
_rNewObj
,
SwDrawContact
&
_rDrawContact
);
...
...
sw/qa/extras/rtfimport/rtfimport.cxx
Dosyayı görüntüle @
9e8cd062
...
...
@@ -2380,7 +2380,7 @@ DECLARE_RTFIMPORT_TEST(testTdf54584, "tdf54584.rtf")
uno
::
Reference
<
container
::
XEnumeration
>
xFields
(
xFieldsAccess
->
createEnumeration
());
// \PAGE was ignored, so no fields were in document -> exception was thrown
CPPUNIT_ASSERT_NO_THROW_MESSAGE
(
"No fields in document found: field
\"\\
PAGE
\"
was not properly read"
,
xFields
->
nextElement
());
xFields
->
nextElement
());
}
CPPUNIT_PLUGIN_IMPLEMENT
();
...
...
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