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
d4ea861f
Kaydet (Commit)
d4ea861f
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: I697e70491fb77f61615b3d5780b57fff29a04ec6
üst
b76187aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
atkcomponent.cxx
vcl/unx/gtk/a11y/atkcomponent.cxx
+5
-5
No files found.
vcl/unx/gtk/a11y/atkcomponent.cxx
Dosyayı görüntüle @
d4ea861f
...
@@ -81,7 +81,7 @@ component_wrapper_grab_focus (AtkComponent *component)
...
@@ -81,7 +81,7 @@ component_wrapper_grab_focus (AtkComponent *component)
return
TRUE
;
return
TRUE
;
}
}
}
}
catch
(
const
uno
::
Exception
&
e
)
catch
(
const
uno
::
Exception
&
)
{
{
g_warning
(
"Exception in grabFocus()"
);
g_warning
(
"Exception in grabFocus()"
);
}
}
...
@@ -103,7 +103,7 @@ component_wrapper_contains (AtkComponent *component,
...
@@ -103,7 +103,7 @@ component_wrapper_contains (AtkComponent *component,
if
(
pComponent
)
if
(
pComponent
)
return
pComponent
->
containsPoint
(
translatePoint
(
pComponent
,
x
,
y
,
coord_type
)
);
return
pComponent
->
containsPoint
(
translatePoint
(
pComponent
,
x
,
y
,
coord_type
)
);
}
}
catch
(
const
uno
::
Exception
&
e
)
catch
(
const
uno
::
Exception
&
)
{
{
g_warning
(
"Exception in containsPoint()"
);
g_warning
(
"Exception in containsPoint()"
);
}
}
...
@@ -147,7 +147,7 @@ component_wrapper_ref_accessible_at_point (AtkComponent *component,
...
@@ -147,7 +147,7 @@ component_wrapper_ref_accessible_at_point (AtkComponent *component,
return
atk_object_wrapper_ref
(
xAccessible
);
return
atk_object_wrapper_ref
(
xAccessible
);
}
}
}
}
catch
(
const
uno
::
Exception
&
e
)
catch
(
const
uno
::
Exception
&
)
{
{
g_warning
(
"Exception in getAccessibleAtPoint()"
);
g_warning
(
"Exception in getAccessibleAtPoint()"
);
}
}
...
@@ -183,7 +183,7 @@ component_wrapper_get_position (AtkComponent *component,
...
@@ -183,7 +183,7 @@ component_wrapper_get_position (AtkComponent *component,
#endif
#endif
}
}
}
}
catch
(
const
uno
::
Exception
&
e
)
catch
(
const
uno
::
Exception
&
)
{
{
g_warning
(
"Exception in getLocation[OnScreen]()"
);
g_warning
(
"Exception in getLocation[OnScreen]()"
);
}
}
...
@@ -210,7 +210,7 @@ component_wrapper_get_size (AtkComponent *component,
...
@@ -210,7 +210,7 @@ component_wrapper_get_size (AtkComponent *component,
#endif
#endif
}
}
}
}
catch
(
const
uno
::
Exception
&
e
)
catch
(
const
uno
::
Exception
&
)
{
{
g_warning
(
"Exception in getSize()"
);
g_warning
(
"Exception in getSize()"
);
}
}
...
...
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