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
a7cc77e3
Kaydet (Commit)
a7cc77e3
authored
Haz 10, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1213458 Uncaught exception
Change-Id: I7bfcda3ec7bfe1bdf46ce11e799972a96d9fc3dc
üst
e3427b92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
unosrch.hxx
sd/source/ui/inc/unosrch.hxx
+1
-1
unosrch.cxx
sd/source/ui/unoidl/unosrch.cxx
+1
-1
No files found.
sd/source/ui/inc/unosrch.hxx
Dosyayı görüntüle @
a7cc77e3
...
...
@@ -90,7 +90,7 @@ protected:
OUString
maReplaceStr
;
public
:
SdUnoSearchReplaceDescriptor
(
bool
bReplace
)
throw
(
);
SdUnoSearchReplaceDescriptor
(
bool
bReplace
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
~
SdUnoSearchReplaceDescriptor
()
throw
();
bool
IsBackwards
()
const
throw
()
{
return
mbBackwards
;
}
...
...
sd/source/ui/unoidl/unosrch.cxx
Dosyayı görüntüle @
a7cc77e3
...
...
@@ -706,7 +706,7 @@ uno::Reference< drawing::XShape > SdUnoSearchReplaceShape::GetShape( uno::Refer
UNO3_GETIMPLEMENTATION_IMPL
(
SdUnoSearchReplaceDescriptor
);
SdUnoSearchReplaceDescriptor
::
SdUnoSearchReplaceDescriptor
(
bool
bReplace
)
throw
(
)
SdUnoSearchReplaceDescriptor
::
SdUnoSearchReplaceDescriptor
(
bool
bReplace
)
throw
(
css
::
uno
::
RuntimeException
)
{
mpPropSet
=
new
SvxItemPropertySet
(
ImplGetSearchPropertyMap
(),
SdrObject
::
GetGlobalDrawObjectItemPool
());
...
...
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