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
0e3292f7
Kaydet (Commit)
0e3292f7
authored
Ock 11, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove redundant Clipboard_getSupportedServiceNames
üst
ac310071
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
dtranscomp.cxx
vcl/source/components/dtranscomp.cxx
+0
-9
factory.cxx
vcl/source/components/factory.cxx
+0
-1
No files found.
vcl/source/components/dtranscomp.cxx
Dosyayı görüntüle @
0e3292f7
...
...
@@ -276,15 +276,6 @@ Reference< XInterface > ClipboardFactory::createInstanceWithArguments( const Seq
return
xResult
;
}
// ------------------------------------------------------------------------
Sequence
<
OUString
>
SAL_CALL
Clipboard_getSupportedServiceNames
()
{
Sequence
<
OUString
>
aRet
(
1
);
aRet
[
0
]
=
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.datatransfer.clipboard.SystemClipboard"
));
return
aRet
;
}
OUString
SAL_CALL
Clipboard_getImplementationName
()
{
#if defined UNX
...
...
vcl/source/components/factory.cxx
Dosyayı görüntüle @
0e3292f7
...
...
@@ -58,7 +58,6 @@ extern Sequence< OUString > SAL_CALL StringMirror_getSupportedServiceNames();
extern
OUString
SAL_CALL
StringMirror_getImplementationName
();
extern
Reference
<
XInterface
>
SAL_CALL
StringMirror_createInstance
(
const
Reference
<
XMultiServiceFactory
>
&
);
extern
Sequence
<
OUString
>
SAL_CALL
Clipboard_getSupportedServiceNames
();
extern
OUString
SAL_CALL
Clipboard_getImplementationName
();
extern
Reference
<
XSingleServiceFactory
>
SAL_CALL
Clipboard_createFactory
(
const
Reference
<
XMultiServiceFactory
>
&
);
...
...
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