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
af8010c7
Kaydet (Commit)
af8010c7
authored
Kas 04, 2009
tarafından
mb93783
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i106432#, #i103496#: some fixes found while building on more platforms
üst
acaa9c4b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
d.lst
cui/prj/d.lst
+1
-0
fontsubs.hxx
cui/source/options/fontsubs.hxx
+1
-1
optpath.cxx
cui/source/options/optpath.cxx
+1
-1
hidother.src
cui/util/hidother.src
+0
-0
toolbar.cxx
extensions/source/bibliography/toolbar.cxx
+2
-2
digitalsignaturesdialog.cxx
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
+1
-1
No files found.
cui/prj/d.lst
Dosyayı görüntüle @
af8010c7
...
...
@@ -4,4 +4,5 @@ mkdir: %COMMON_DEST%\res%_EXT%
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll
..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res
..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin%_EXT%\hid\*.hid
..\%__SRC%\lib\lib*.* %_DEST%\lib%_EXT%\lib*.*
cui/source/options/fontsubs.hxx
Dosyayı görüntüle @
af8010c7
...
...
@@ -39,7 +39,7 @@
namespace
utl
{
class
SourceViewConfig
;
}
;
}
// class SvxFontSubstCheckListBox ------------------------------------------
...
...
cui/source/options/optpath.cxx
Dosyayı görüntüle @
af8010c7
...
...
@@ -583,7 +583,7 @@ IMPL_LINK( SvxPathTabPage, PathHdl_Impl, PushButton *, EMPTYARG )
if
(
pFact
)
{
AbstractSvxMultiPathDialog
*
pMultiDlg
=
pFact
->
CreateSvxMultiPathDialog
(
this
,
RID_SVXDLG_MULTIPATH
);
pFact
->
CreateSvxMultiPathDialog
(
this
);
DBG_ASSERT
(
pMultiDlg
,
"Dialogdiet fail!"
);
pMultiDlg
->
EnableRadioButtonMode
();
...
...
cui/util/hidother.src
0 → 100644
Dosyayı görüntüle @
af8010c7
This diff is collapsed.
Click to expand it.
extensions/source/bibliography/toolbar.cxx
Dosyayı görüntüle @
af8010c7
...
...
@@ -238,7 +238,7 @@ BibToolBar::BibToolBar(Window* pParent, Link aLink, WinBits nStyle):
aLBSource
.
Show
();
aLBSource
.
SetSelectHdl
(
LINK
(
this
,
BibToolBar
,
SelHdl
));
SvtMiscOptions
().
AddListener
(
LINK
(
this
,
BibToolBar
,
OptionsChanged_Impl
)
);
SvtMiscOptions
().
AddListener
Link
(
LINK
(
this
,
BibToolBar
,
OptionsChanged_Impl
)
);
Application
::
AddEventListener
(
LINK
(
this
,
BibToolBar
,
SettingsChanged_Impl
)
);
aTimer
.
SetTimeoutHdl
(
LINK
(
this
,
BibToolBar
,
SendSelHdl
));
...
...
@@ -271,7 +271,7 @@ BibToolBar::BibToolBar(Window* pParent, Link aLink, WinBits nStyle):
BibToolBar
::~
BibToolBar
()
{
SvtMiscOptions
().
RemoveListener
(
LINK
(
this
,
BibToolBar
,
OptionsChanged_Impl
)
);
SvtMiscOptions
().
RemoveListener
Link
(
LINK
(
this
,
BibToolBar
,
OptionsChanged_Impl
)
);
Application
::
RemoveEventListener
(
LINK
(
this
,
BibToolBar
,
SettingsChanged_Impl
)
);
::
bib
::
RemoveFromTaskPaneList
(
this
);
}
...
...
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
Dosyayı görüntüle @
af8010c7
...
...
@@ -99,7 +99,7 @@ namespace
};
void
SaveODFItem
::
Commit
()
{}
void
SaveODFItem
::
Notify
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
rtl
::
OUString
>&
aPropertyNames
)
{}
void
SaveODFItem
::
Notify
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
rtl
::
OUString
>&
)
{}
SaveODFItem
::
SaveODFItem
()
:
utl
::
ConfigItem
(
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Office.Common/Save"
))),
m_nODF
(
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