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
515c266b
Kaydet (Commit)
515c266b
authored
Şub 24, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused header definitions in SotExchange
Change-Id: I795ce25011509de8f2aff488d4d46b86290ab3a3
üst
d76ddd19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
exchange.hxx
include/sot/exchange.hxx
+0
-9
fileobj.cxx
sfx2/source/appl/fileobj.cxx
+1
-1
No files found.
include/sot/exchange.hxx
Dosyayı görüntüle @
515c266b
...
...
@@ -146,15 +146,6 @@ public:
static
bool
IsInternal
(
const
SvGlobalName
&
);
static
sal_uLong
GetFormatIdFromMimeType
(
const
OUString
&
rMimeType
);
// determine the SotFormatStringId for the registered format
//FIXME JP 12.11.98: this three methods are obsolete as all ClipboardIds are static and equvialent to the SotFormatStringIds!
static
SotFormatStringId
GetFormatStringId
(
sal_uLong
nFormat
)
{
return
nFormat
;
}
static
SotFormatStringId
GetFormatStringId
(
const
OUString
&
rName
)
{
return
SotExchange
::
RegisterFormatMimeType
(
rName
);
}
static
sal_uLong
RegisterSotFormatName
(
SotFormatStringId
nId
)
{
return
nId
;
}
// same for XTransferable interface
static
sal_uInt16
GetExchangeAction
(
// XTransferable
...
...
sfx2/source/appl/fileobj.cxx
Dosyayı görüntüle @
515c266b
...
...
@@ -76,7 +76,7 @@ bool SvFileObject::GetData( ::com::sun::star::uno::Any & rData,
const
OUString
&
rMimeType
,
bool
bGetSynchron
)
{
sal_uIntPtr
nFmt
=
SotExchange
::
GetFormatStringId
(
rMimeType
);
sal_uIntPtr
nFmt
=
SotExchange
::
RegisterFormatMimeType
(
rMimeType
);
switch
(
nType
)
{
case
FILETYPE_TEXT
:
...
...
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