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
9f68d0a2
Kaydet (Commit)
9f68d0a2
authored
May 06, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop useless temp debugging strings
Change-Id: I3dbcc792278814df6c23d0f593bd6d86b5d4907e
üst
918a03c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
dbmgr.cxx
sw/source/uibase/dbui/dbmgr.cxx
+0
-14
No files found.
sw/source/uibase/dbui/dbmgr.cxx
Dosyayı görüntüle @
9f68d0a2
...
@@ -1452,20 +1452,6 @@ bool SwDBManager::MergeMailFiles(SwWrtShell* pSourceShell,
...
@@ -1452,20 +1452,6 @@ bool SwDBManager::MergeMailFiles(SwWrtShell* pSourceShell,
else
if
(
pTargetView
)
// must be available!
else
if
(
pTargetView
)
// must be available!
{
{
//print the target document
//print the target document
#if OSL_DEBUG_LEVEL > 1
bool
_bVal
;
sal_Int16
_nVal
;
OUString
_sVal
;
const
beans
::
PropertyValue
*
pDbgPrintOptions
=
rMergeDescriptor
.
aPrintOptions
.
getConstArray
();
for
(
sal_Int32
nOption
=
0
;
nOption
<
rMergeDescriptor
.
aPrintOptions
.
getLength
();
++
nOption
)
{
OUString
aName
(
pDbgPrintOptions
[
nOption
].
Name
);
uno
::
Any
aVal
(
pDbgPrintOptions
[
nOption
].
Value
);
aVal
>>=
_bVal
;
aVal
>>=
_nVal
;
aVal
>>=
_sVal
;
}
#endif
// printing should be done synchronously otherwise the document
// printing should be done synchronously otherwise the document
// might already become invalid during the process
// might already become invalid during the process
uno
::
Sequence
<
beans
::
PropertyValue
>
aOptions
(
rMergeDescriptor
.
aPrintOptions
);
uno
::
Sequence
<
beans
::
PropertyValue
>
aOptions
(
rMergeDescriptor
.
aPrintOptions
);
...
...
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