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
fea392e1
Kaydet (Commit)
fea392e1
authored
Kas 13, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-exception-parameter
Change-Id: I7e2dbcf299fc01255340c78d99f0434dc0c1fc61
üst
85dc9732
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
atkselection.cxx
vcl/unx/gtk/a11y/atkselection.cxx
+7
-7
No files found.
vcl/unx/gtk/a11y/atkselection.cxx
Dosyayı görüntüle @
fea392e1
...
@@ -59,7 +59,7 @@ selection_add_selection( AtkSelection *selection,
...
@@ -59,7 +59,7 @@ selection_add_selection( AtkSelection *selection,
return
TRUE
;
return
TRUE
;
}
}
}
}
catch
(
const
uno
::
Exception
&
e
)
{
catch
(
const
uno
::
Exception
&
)
{
g_warning
(
"Exception in selectAccessibleChild()"
);
g_warning
(
"Exception in selectAccessibleChild()"
);
}
}
...
@@ -77,7 +77,7 @@ selection_clear_selection( AtkSelection *selection )
...
@@ -77,7 +77,7 @@ selection_clear_selection( AtkSelection *selection )
return
TRUE
;
return
TRUE
;
}
}
}
}
catch
(
const
uno
::
Exception
&
e
)
{
catch
(
const
uno
::
Exception
&
)
{
g_warning
(
"Exception in selectAccessibleChild()"
);
g_warning
(
"Exception in selectAccessibleChild()"
);
}
}
...
@@ -93,7 +93,7 @@ selection_ref_selection( AtkSelection *selection,
...
@@ -93,7 +93,7 @@ selection_ref_selection( AtkSelection *selection,
if
(
pSelection
)
if
(
pSelection
)
return
atk_object_wrapper_ref
(
pSelection
->
getSelectedAccessibleChild
(
i
)
);
return
atk_object_wrapper_ref
(
pSelection
->
getSelectedAccessibleChild
(
i
)
);
}
}
catch
(
const
uno
::
Exception
&
e
)
{
catch
(
const
uno
::
Exception
&
)
{
g_warning
(
"Exception in getSelectedAccessibleChild()"
);
g_warning
(
"Exception in getSelectedAccessibleChild()"
);
}
}
...
@@ -108,7 +108,7 @@ selection_get_selection_count( AtkSelection *selection)
...
@@ -108,7 +108,7 @@ selection_get_selection_count( AtkSelection *selection)
if
(
pSelection
)
if
(
pSelection
)
return
pSelection
->
getSelectedAccessibleChildCount
();
return
pSelection
->
getSelectedAccessibleChildCount
();
}
}
catch
(
const
uno
::
Exception
&
e
)
{
catch
(
const
uno
::
Exception
&
)
{
g_warning
(
"Exception in getSelectedAccessibleChildCount()"
);
g_warning
(
"Exception in getSelectedAccessibleChildCount()"
);
}
}
...
@@ -124,7 +124,7 @@ selection_is_child_selected( AtkSelection *selection,
...
@@ -124,7 +124,7 @@ selection_is_child_selected( AtkSelection *selection,
if
(
pSelection
)
if
(
pSelection
)
return
pSelection
->
isAccessibleChildSelected
(
i
);
return
pSelection
->
isAccessibleChildSelected
(
i
);
}
}
catch
(
const
uno
::
Exception
&
e
)
{
catch
(
const
uno
::
Exception
&
)
{
g_warning
(
"Exception in getSelectedAccessibleChildCount()"
);
g_warning
(
"Exception in getSelectedAccessibleChildCount()"
);
}
}
...
@@ -143,7 +143,7 @@ selection_remove_selection( AtkSelection *selection,
...
@@ -143,7 +143,7 @@ selection_remove_selection( AtkSelection *selection,
return
TRUE
;
return
TRUE
;
}
}
}
}
catch
(
const
uno
::
Exception
&
e
)
{
catch
(
const
uno
::
Exception
&
)
{
g_warning
(
"Exception in getSelectedAccessibleChildCount()"
);
g_warning
(
"Exception in getSelectedAccessibleChildCount()"
);
}
}
...
@@ -161,7 +161,7 @@ selection_select_all_selection( AtkSelection *selection)
...
@@ -161,7 +161,7 @@ selection_select_all_selection( AtkSelection *selection)
return
TRUE
;
return
TRUE
;
}
}
}
}
catch
(
const
uno
::
Exception
&
e
)
{
catch
(
const
uno
::
Exception
&
)
{
g_warning
(
"Exception in getSelectedAccessibleChildCount()"
);
g_warning
(
"Exception in getSelectedAccessibleChildCount()"
);
}
}
...
...
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