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
4d6b9053
Kaydet (Commit)
4d6b9053
authored
Kas 06, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I90942032dda387d2f3fdeabe6c6afd2d14526728
üst
ebaa338d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
iahndl-filter.cxx
uui/source/iahndl-filter.cxx
+2
-2
iahndl.cxx
uui/source/iahndl.cxx
+1
-1
No files found.
uui/source/iahndl-filter.cxx
Dosyayı görüntüle @
4d6b9053
...
@@ -137,9 +137,9 @@ handleNoSuchFilterRequest_(
...
@@ -137,9 +137,9 @@ handleNoSuchFilterRequest_(
uui
::
FilterNamePair
aPair
;
uui
::
FilterNamePair
aPair
;
aPair
.
sInternal
=
lProps
.
getUnpackedValueOrDefault
(
aPair
.
sInternal
=
lProps
.
getUnpackedValueOrDefault
(
OUString
(
"Name"
)
,
OUString
());
"Name"
,
OUString
());
aPair
.
sUI
=
lProps
.
getUnpackedValueOrDefault
(
aPair
.
sUI
=
lProps
.
getUnpackedValueOrDefault
(
OUString
(
"UIName"
)
,
OUString
());
"UIName"
,
OUString
());
if
(
aPair
.
sInternal
.
isEmpty
()
||
aPair
.
sUI
.
isEmpty
()
)
if
(
aPair
.
sInternal
.
isEmpty
()
||
aPair
.
sUI
.
isEmpty
()
)
{
{
continue
;
continue
;
...
...
uui/source/iahndl.cxx
Dosyayı görüntüle @
4d6b9053
...
@@ -363,7 +363,7 @@ bool UUIInteractionHelper::handleTypedHandlerImplementations( Reference< XIntera
...
@@ -363,7 +363,7 @@ bool UUIInteractionHelper::handleTypedHandlerImplementations( Reference< XIntera
// the base registration node for "typed" interaction handlers
// the base registration node for "typed" interaction handlers
const
::
utl
::
OConfigurationTreeRoot
aConfigRoot
(
::
utl
::
OConfigurationTreeRoot
::
createWithComponentContext
(
const
::
utl
::
OConfigurationTreeRoot
aConfigRoot
(
::
utl
::
OConfigurationTreeRoot
::
createWithComponentContext
(
m_xContext
,
m_xContext
,
OUString
(
"/org.openoffice.Interaction/InteractionHandlers"
)
,
"/org.openoffice.Interaction/InteractionHandlers"
,
-
1
,
-
1
,
::
utl
::
OConfigurationTreeRoot
::
CM_READONLY
::
utl
::
OConfigurationTreeRoot
::
CM_READONLY
)
);
)
);
...
...
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