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
7edba981
Kaydet (Commit)
7edba981
authored
Eyl 15, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sd: sal_Bool -> bool
Change-Id: Id3f1afa21dccb0a30ae230accb5229a2be2c6b50
üst
14c680eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
view.hxx
starmath/inc/view.hxx
+1
-1
view.cxx
starmath/source/view.cxx
+1
-1
No files found.
starmath/inc/view.hxx
Dosyayı görüntüle @
7edba981
...
@@ -255,7 +255,7 @@ protected:
...
@@ -255,7 +255,7 @@ protected:
const
OUString
&
rText
,
const
OUString
&
rText
,
sal_uInt16
MaxWidth
);
sal_uInt16
MaxWidth
);
virtual
sal_uInt16
Print
(
SfxProgress
&
rProgress
,
sal_B
ool
bIsAPI
);
virtual
sal_uInt16
Print
(
SfxProgress
&
rProgress
,
b
ool
bIsAPI
);
virtual
SfxPrinter
*
GetPrinter
(
bool
bCreate
=
false
)
SAL_OVERRIDE
;
virtual
SfxPrinter
*
GetPrinter
(
bool
bCreate
=
false
)
SAL_OVERRIDE
;
virtual
sal_uInt16
SetPrinter
(
SfxPrinter
*
pNewPrinter
,
virtual
sal_uInt16
SetPrinter
(
SfxPrinter
*
pNewPrinter
,
sal_uInt16
nDiffFlags
=
SFX_PRINTER_ALL
,
bool
bIsAPI
=
false
)
SAL_OVERRIDE
;
sal_uInt16
nDiffFlags
=
SFX_PRINTER_ALL
,
bool
bIsAPI
=
false
)
SAL_OVERRIDE
;
...
...
starmath/source/view.cxx
Dosyayı görüntüle @
7edba981
...
@@ -1322,7 +1322,7 @@ void SmViewShell::Impl_Print(
...
@@ -1322,7 +1322,7 @@ void SmViewShell::Impl_Print(
rOutDev
.
Pop
();
rOutDev
.
Pop
();
}
}
sal_uInt16
SmViewShell
::
Print
(
SfxProgress
&
/*rProgress*/
,
sal_B
ool
/*bIsAPI*/
)
sal_uInt16
SmViewShell
::
Print
(
SfxProgress
&
/*rProgress*/
,
b
ool
/*bIsAPI*/
)
{
{
SAL_WARN
(
"starmath"
,
"SmViewShell::Print: no longer used with new UI print dialog. Should be removed!!"
);
SAL_WARN
(
"starmath"
,
"SmViewShell::Print: no longer used with new UI print dialog. Should be removed!!"
);
return
0
;
return
0
;
...
...
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