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
b307609b
Kaydet (Commit)
b307609b
authored
May 09, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1297234 Uncaught exception
Change-Id: I6ce09d3a7c77c5501608a2d1b0812c3c22ef16af
üst
f1ad620b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
GroupsSorting.cxx
reportdesign/source/ui/dlg/GroupsSorting.cxx
+1
-1
GroupsSorting.hxx
reportdesign/source/ui/inc/GroupsSorting.hxx
+1
-1
No files found.
reportdesign/source/ui/dlg/GroupsSorting.cxx
Dosyayı görüntüle @
b307609b
...
@@ -1233,7 +1233,7 @@ void OGroupsSortingDialog::showHelpText(sal_uInt16 _nResId)
...
@@ -1233,7 +1233,7 @@ void OGroupsSortingDialog::showHelpText(sal_uInt16 _nResId)
m_pHelpWindow
->
SetText
(
OUString
(
ModuleRes
(
_nResId
)));
m_pHelpWindow
->
SetText
(
OUString
(
ModuleRes
(
_nResId
)));
}
}
void
OGroupsSortingDialog
::
_propertyChanged
(
const
beans
::
PropertyChangeEvent
&
_rEvent
)
throw
(
uno
::
RuntimeE
xception
)
void
OGroupsSortingDialog
::
_propertyChanged
(
const
beans
::
PropertyChangeEvent
&
_rEvent
)
throw
(
uno
::
RuntimeException
,
std
::
e
xception
)
{
{
uno
::
Reference
<
report
::
XGroup
>
xGroup
(
_rEvent
.
Source
,
uno
::
UNO_QUERY
);
uno
::
Reference
<
report
::
XGroup
>
xGroup
(
_rEvent
.
Source
,
uno
::
UNO_QUERY
);
if
(
xGroup
.
is
()
)
if
(
xGroup
.
is
()
)
...
...
reportdesign/source/ui/inc/GroupsSorting.hxx
Dosyayı görüntüle @
b307609b
...
@@ -139,7 +139,7 @@ private:
...
@@ -139,7 +139,7 @@ private:
void
operator
=
(
OGroupsSortingDialog
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
OGroupsSortingDialog
&
)
SAL_DELETED_FUNCTION
;
protected
:
protected
:
// OPropertyChangeListener
// OPropertyChangeListener
virtual
void
_propertyChanged
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
_rEvent
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeE
xception
)
SAL_OVERRIDE
;
virtual
void
_propertyChanged
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
_rEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
e
xception
)
SAL_OVERRIDE
;
public
:
public
:
OGroupsSortingDialog
(
vcl
::
Window
*
pParent
OGroupsSortingDialog
(
vcl
::
Window
*
pParent
,
bool
_bReadOnly
,
bool
_bReadOnly
...
...
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