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
d7f3b1ef
Kaydet (Commit)
d7f3b1ef
authored
Mar 28, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
chart::Wall is not a UNO service implementation
Change-Id: I6a5482f4d49e47d1a6289a29d1b573e25fa0b5c5
üst
01cc916f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
Wall.cxx
chart2/source/model/main/Wall.cxx
+0
-13
Wall.hxx
chart2/source/model/main/Wall.hxx
+0
-14
No files found.
chart2/source/model/main/Wall.cxx
Dosyayı görüntüle @
d7f3b1ef
...
@@ -46,8 +46,6 @@ using ::osl::MutexGuard;
...
@@ -46,8 +46,6 @@ using ::osl::MutexGuard;
namespace
namespace
{
{
static
const
OUString
lcl_aServiceName
(
"com.sun.star.comp.chart2.Wall"
);
struct
StaticWallDefaults_Initializer
struct
StaticWallDefaults_Initializer
{
{
::
chart
::
tPropertyValueMap
*
operator
()()
::
chart
::
tPropertyValueMap
*
operator
()()
...
@@ -217,17 +215,6 @@ void Wall::fireModifyEvent()
...
@@ -217,17 +215,6 @@ void Wall::fireModifyEvent()
m_xModifyEventForwarder
->
modified
(
lang
::
EventObject
(
static_cast
<
uno
::
XWeak
*
>
(
this
)));
m_xModifyEventForwarder
->
modified
(
lang
::
EventObject
(
static_cast
<
uno
::
XWeak
*
>
(
this
)));
}
}
uno
::
Sequence
<
OUString
>
Wall
::
getSupportedServiceNames_Static
()
{
uno
::
Sequence
<
OUString
>
aServices
(
2
);
aServices
[
0
]
=
"com.sun.star.chart2.Wall"
;
aServices
[
1
]
=
"com.sun.star.beans.PropertySet"
;
return
aServices
;
}
// implement XServiceInfo methods basing upon getSupportedServiceNames_Static
APPHELPER_XSERVICEINFO_IMPL
(
Wall
,
lcl_aServiceName
);
using
impl
::
Wall_Base
;
using
impl
::
Wall_Base
;
IMPLEMENT_FORWARD_XINTERFACE2
(
Wall
,
Wall_Base
,
::
property
::
OPropertySet
)
IMPLEMENT_FORWARD_XINTERFACE2
(
Wall
,
Wall_Base
,
::
property
::
OPropertySet
)
...
...
chart2/source/model/main/Wall.hxx
Dosyayı görüntüle @
d7f3b1ef
...
@@ -52,20 +52,6 @@ public:
...
@@ -52,20 +52,6 @@ public:
Wall
();
Wall
();
virtual
~
Wall
();
virtual
~
Wall
();
//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
/// merge XInterface implementations
DECLARE_XINTERFACE
()
DECLARE_XINTERFACE
()
...
...
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