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
800528df
Kaydet (Commit)
800528df
authored
Kas 28, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
OSL_FAIL->SAL_WARN
Change-Id: Ic21516d1d3892cd73aaa29ae477985ca2d35638d
üst
55cd728d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
15 deletions
+5
-15
unostyle.cxx
sw/source/core/unocore/unostyle.cxx
+5
-15
No files found.
sw/source/core/unocore/unostyle.cxx
Dosyayı görüntüle @
800528df
...
@@ -734,9 +734,7 @@ uno::Reference< beans::XPropertySetInfo > SAL_CALL SwXStyleFamily::getPropertySe
...
@@ -734,9 +734,7 @@ uno::Reference< beans::XPropertySetInfo > SAL_CALL SwXStyleFamily::getPropertySe
}
}
void
SAL_CALL
SwXStyleFamily
::
setPropertyValue
(
const
OUString
&
,
const
uno
::
Any
&
)
throw
(
beans
::
UnknownPropertyException
,
beans
::
PropertyVetoException
,
lang
::
IllegalArgumentException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
void
SAL_CALL
SwXStyleFamily
::
setPropertyValue
(
const
OUString
&
,
const
uno
::
Any
&
)
throw
(
beans
::
UnknownPropertyException
,
beans
::
PropertyVetoException
,
lang
::
IllegalArgumentException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_WARN
(
"sw.uno"
,
"###unexpected!"
);
}
OSL_FAIL
(
"###unexpected!"
);
}
uno
::
Any
SAL_CALL
SwXStyleFamily
::
getPropertyValue
(
const
OUString
&
sPropertyName
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
Any
SAL_CALL
SwXStyleFamily
::
getPropertyValue
(
const
OUString
&
sPropertyName
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
...
@@ -764,24 +762,16 @@ uno::Any SAL_CALL SwXStyleFamily::getPropertyValue( const OUString& sPropertyNam
...
@@ -764,24 +762,16 @@ uno::Any SAL_CALL SwXStyleFamily::getPropertyValue( const OUString& sPropertyNam
}
}
void
SAL_CALL
SwXStyleFamily
::
addPropertyChangeListener
(
const
OUString
&
,
const
uno
::
Reference
<
beans
::
XPropertyChangeListener
>&
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
void
SAL_CALL
SwXStyleFamily
::
addPropertyChangeListener
(
const
OUString
&
,
const
uno
::
Reference
<
beans
::
XPropertyChangeListener
>&
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_WARN
(
"sw.uno"
,
"###unexpected!"
);
}
OSL_FAIL
(
"###unexpected!"
);
}
void
SAL_CALL
SwXStyleFamily
::
removePropertyChangeListener
(
const
OUString
&
,
const
uno
::
Reference
<
beans
::
XPropertyChangeListener
>&
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
void
SAL_CALL
SwXStyleFamily
::
removePropertyChangeListener
(
const
OUString
&
,
const
uno
::
Reference
<
beans
::
XPropertyChangeListener
>&
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_WARN
(
"sw.uno"
,
"###unexpected!"
);
}
OSL_FAIL
(
"###unexpected!"
);
}
void
SAL_CALL
SwXStyleFamily
::
addVetoableChangeListener
(
const
OUString
&
,
const
uno
::
Reference
<
beans
::
XVetoableChangeListener
>&
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
void
SAL_CALL
SwXStyleFamily
::
addVetoableChangeListener
(
const
OUString
&
,
const
uno
::
Reference
<
beans
::
XVetoableChangeListener
>&
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_WARN
(
"sw.uno"
,
"###unexpected!"
);
}
OSL_FAIL
(
"###unexpected!"
);
}
void
SAL_CALL
SwXStyleFamily
::
removeVetoableChangeListener
(
const
OUString
&
,
const
uno
::
Reference
<
beans
::
XVetoableChangeListener
>&
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
void
SAL_CALL
SwXStyleFamily
::
removeVetoableChangeListener
(
const
OUString
&
,
const
uno
::
Reference
<
beans
::
XVetoableChangeListener
>&
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_WARN
(
"sw.uno"
,
"###unexpected!"
);
}
OSL_FAIL
(
"###unexpected!"
);
}
void
SwXStyleFamily
::
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
)
void
SwXStyleFamily
::
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
)
{
{
...
...
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