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
eb04db61
Kaydet (Commit)
eb04db61
authored
Nis 10, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: declaration shadows a local variable
Change-Id: I364b63041e34757e7069eb8a28d9e60734e354ac
üst
8034992e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
PhotoAlbumDialog.cxx
sd/source/ui/dlg/PhotoAlbumDialog.cxx
+3
-3
No files found.
sd/source/ui/dlg/PhotoAlbumDialog.cxx
Dosyayı görüntüle @
eb04db61
...
@@ -594,18 +594,18 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, FileHdl)
...
@@ -594,18 +594,18 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, FileHdl)
// Write out configuration
// Write out configuration
try
try
{
{
Reference
<
XInterface
>
xCfg
=
::
comphelper
::
ConfigurationHelper
::
openConfig
(
Reference
<
XInterface
>
xCfg
Writer
=
::
comphelper
::
ConfigurationHelper
::
openConfig
(
::
comphelper
::
getProcessComponentContext
(),
::
comphelper
::
getProcessComponentContext
(),
OUString
(
"/org.openoffice.Office.Impress/"
),
OUString
(
"/org.openoffice.Office.Impress/"
),
::
comphelper
::
ConfigurationHelper
::
E_STANDARD
);
::
comphelper
::
ConfigurationHelper
::
E_STANDARD
);
::
comphelper
::
ConfigurationHelper
::
writeRelativeKey
(
::
comphelper
::
ConfigurationHelper
::
writeRelativeKey
(
xCfg
,
xCfg
Writer
,
OUString
(
"Pictures"
),
OUString
(
"Pictures"
),
OUString
(
"Path"
),
OUString
(
"Path"
),
uno
::
makeAny
(
sUrl
));
uno
::
makeAny
(
sUrl
));
::
comphelper
::
ConfigurationHelper
::
flush
(
xCfg
);
::
comphelper
::
ConfigurationHelper
::
flush
(
xCfg
Writer
);
}
}
catch
(
const
Exception
&
)
catch
(
const
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