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
2bc10442
Kaydet (Commit)
2bc10442
authored
Eki 01, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-function
Change-Id: I36275580d20098b9f643a5380805026fb79f0dbf
üst
0101162f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
iodlgimp.cxx
fpicker/source/office/iodlgimp.cxx
+0
-18
No files found.
fpicker/source/office/iodlgimp.cxx
Dosyayı görüntüle @
2bc10442
...
@@ -43,24 +43,6 @@ using namespace ::com::sun::star::uno;
...
@@ -43,24 +43,6 @@ using namespace ::com::sun::star::uno;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
utl
;
using
namespace
::
utl
;
// some stuff for easier changes for SvtViewOptions
static
const
sal_Char
*
pViewOptDataName
=
"dialog data"
;
#define VIEWOPT_DATANAME OUString::createFromAscii( pViewOptDataName )
static
inline
void
SetViewOptUserItem
(
SvtViewOptions
&
rOpt
,
const
OUString
&
rData
)
{
rOpt
.
SetUserItem
(
VIEWOPT_DATANAME
,
makeAny
(
OUString
(
rData
)
)
);
}
static
inline
OUString
GetViewOptUserItem
(
const
SvtViewOptions
&
rOpt
)
{
Any
aAny
(
rOpt
.
GetUserItem
(
VIEWOPT_DATANAME
)
);
OUString
aUserData
;
aAny
>>=
aUserData
;
return
aUserData
;
}
//*****************************************************************************
//*****************************************************************************
// ResMgrHolder / SvtSimpleResId
// ResMgrHolder / SvtSimpleResId
//*****************************************************************************
//*****************************************************************************
...
...
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