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
06a46988
Kaydet (Commit)
06a46988
authored
Mar 28, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
chart::impl::StockBar is not a UNO service implementation
Change-Id: I5faa0dd028dcc79d09c47fd53b7804121a062e2e
üst
804e3bfc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
StockBar.hxx
chart2/source/model/inc/StockBar.hxx
+0
-14
StockBar.cxx
chart2/source/model/main/StockBar.cxx
+0
-13
No files found.
chart2/source/model/inc/StockBar.hxx
Dosyayı görüntüle @
06a46988
...
...
@@ -50,20 +50,6 @@ public:
explicit
StockBar
(
bool
bRisingCourse
);
virtual
~
StockBar
();
//TODO: are these actually used (given they are not SAL_OVERRIDE)?
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
sal_Bool
SAL_CALL
supportsService
(
const
OUString
&
ServiceName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
static
OUString
getImplementationName_Static
();
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_Static
();
/// merge XInterface implementations
DECLARE_XINTERFACE
()
...
...
chart2/source/model/main/StockBar.cxx
Dosyayı görüntüle @
06a46988
...
...
@@ -41,8 +41,6 @@ using ::osl::MutexGuard;
namespace
{
static
const
OUString
lcl_aServiceName
(
"com.sun.star.comp.chart2.StockBar"
);
struct
StaticStockBarInfoHelper_Initializer
{
::
cppu
::
OPropertyArrayHelper
*
operator
()()
...
...
@@ -224,17 +222,6 @@ void StockBar::fireModifyEvent()
m_xModifyEventForwarder
->
modified
(
lang
::
EventObject
(
static_cast
<
uno
::
XWeak
*
>
(
this
)));
}
uno
::
Sequence
<
OUString
>
StockBar
::
getSupportedServiceNames_Static
()
{
uno
::
Sequence
<
OUString
>
aServices
(
2
);
aServices
[
0
]
=
"com.sun.star.chart2.StockBar"
;
aServices
[
1
]
=
"com.sun.star.beans.PropertySet"
;
return
aServices
;
}
// implement XServiceInfo methods basing upon getSupportedServiceNames_Static
APPHELPER_XSERVICEINFO_IMPL
(
StockBar
,
lcl_aServiceName
);
using
impl
::
StockBar_Base
;
IMPLEMENT_FORWARD_XINTERFACE2
(
StockBar
,
StockBar_Base
,
::
property
::
OPropertySet
)
...
...
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