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
a3e9dedc
Kaydet (Commit)
a3e9dedc
authored
Ock 31, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix "Throwing a copy of the caught exception instead of rethrowing"
üst
00445037
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
acccfg.cxx
cui/source/customize/acccfg.cxx
+6
-6
No files found.
cui/source/customize/acccfg.cxx
Dosyayı görüntüle @
a3e9dedc
...
@@ -885,7 +885,7 @@ void SfxAcceleratorConfigPage::InitAccCfg()
...
@@ -885,7 +885,7 @@ void SfxAcceleratorConfigPage::InitAccCfg()
m_xModule
=
css
::
uno
::
Reference
<
css
::
ui
::
XAcceleratorConfiguration
>
(
xUICfgManager
->
getShortCutManager
(),
css
::
uno
::
UNO_QUERY_THROW
);
m_xModule
=
css
::
uno
::
Reference
<
css
::
ui
::
XAcceleratorConfiguration
>
(
xUICfgManager
->
getShortCutManager
(),
css
::
uno
::
UNO_QUERY_THROW
);
}
}
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
{
throw
exRun
;
}
{
throw
;
}
catch
(
const
css
::
uno
::
Exception
&
)
catch
(
const
css
::
uno
::
Exception
&
)
{
m_xSMGR
.
clear
();
}
{
m_xSMGR
.
clear
();
}
}
}
...
@@ -1021,7 +1021,7 @@ void SfxAcceleratorConfigPage::Apply(const css::uno::Reference< css::ui::XAccele
...
@@ -1021,7 +1021,7 @@ void SfxAcceleratorConfigPage::Apply(const css::uno::Reference< css::ui::XAccele
xAccMgr
->
removeKeyEvent
(
aAWTKey
);
xAccMgr
->
removeKeyEvent
(
aAWTKey
);
}
}
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
{
throw
exRun
;
}
{
throw
;
}
catch
(
const
css
::
uno
::
Exception
&
)
catch
(
const
css
::
uno
::
Exception
&
)
{}
{}
...
@@ -1299,7 +1299,7 @@ IMPL_LINK( SfxAcceleratorConfigPage, LoadHdl, sfx2::FileDialogHelper*, EMPTYARG
...
@@ -1299,7 +1299,7 @@ IMPL_LINK( SfxAcceleratorConfigPage, LoadHdl, sfx2::FileDialogHelper*, EMPTYARG
}
}
}
}
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
{
throw
exRun
;
}
{
throw
;
}
catch
(
const
css
::
uno
::
Exception
&
)
catch
(
const
css
::
uno
::
Exception
&
)
{}
{}
...
@@ -1401,7 +1401,7 @@ IMPL_LINK( SfxAcceleratorConfigPage, SaveHdl, sfx2::FileDialogHelper*, EMPTYARG
...
@@ -1401,7 +1401,7 @@ IMPL_LINK( SfxAcceleratorConfigPage, SaveHdl, sfx2::FileDialogHelper*, EMPTYARG
}
}
}
}
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
{
throw
exRun
;
}
{
throw
;
}
catch
(
const
css
::
uno
::
Exception
&
)
catch
(
const
css
::
uno
::
Exception
&
)
{}
{}
...
@@ -1438,7 +1438,7 @@ sal_Bool SfxAcceleratorConfigPage::FillItemSet( SfxItemSet& )
...
@@ -1438,7 +1438,7 @@ sal_Bool SfxAcceleratorConfigPage::FillItemSet( SfxItemSet& )
m_xAct
->
store
();
m_xAct
->
store
();
}
}
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
{
throw
exRun
;
}
{
throw
;
}
catch
(
const
css
::
uno
::
Exception
&
)
catch
(
const
css
::
uno
::
Exception
&
)
{
return
sal_False
;
}
{
return
sal_False
;
}
...
@@ -1527,7 +1527,7 @@ String SfxAcceleratorConfigPage::GetLabel4Command(const String& sCommand)
...
@@ -1527,7 +1527,7 @@ String SfxAcceleratorConfigPage::GetLabel4Command(const String& sCommand)
}
}
}
}
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
catch
(
const
css
::
uno
::
RuntimeException
&
exRun
)
{
throw
exRun
;
}
{
throw
;
}
catch
(
const
css
::
uno
::
Exception
&
)
catch
(
const
css
::
uno
::
Exception
&
)
{}
{}
...
...
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