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
c7a65562
Kaydet (Commit)
c7a65562
authored
Kas 03, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
notifyer -> notifier.
Change-Id: Ic009398d1d00550577d9f25b4d904632b063d54f
üst
14bf5784
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
shutdownicon.cxx
sfx2/source/appl/shutdownicon.cxx
+3
-3
customshapeproperties.hxx
svx/inc/sdr/properties/customshapeproperties.hxx
+1
-1
textproperties.hxx
svx/inc/sdr/properties/textproperties.hxx
+1
-1
No files found.
sfx2/source/appl/shutdownicon.cxx
Dosyayı görüntüle @
c7a65562
...
...
@@ -303,11 +303,11 @@ void ShutdownIcon::FromTemplate()
PropertyValue
*
pArg
=
aArgs
.
getArray
();
pArg
[
0
].
Name
=
"Referer"
;
pArg
[
0
].
Value
<<=
OUString
(
"private:user"
);
css
::
uno
::
Reference
<
css
::
frame
::
XNotifyingDispatch
>
xNotif
yer
(
xDisp
,
UNO_QUERY
);
if
(
xNotifyer
.
is
()
)
css
::
uno
::
Reference
<
css
::
frame
::
XNotifyingDispatch
>
xNotif
ier
(
xDisp
,
UNO_QUERY
);
if
(
xNotifier
.
is
()
)
{
EnterModalMode
();
xNotif
yer
->
dispatchWithNotification
(
aTargetURL
,
aArgs
,
new
SfxNotificationListener_Impl
()
);
xNotif
ier
->
dispatchWithNotification
(
aTargetURL
,
aArgs
,
new
SfxNotificationListener_Impl
()
);
}
else
xDisp
->
dispatch
(
aTargetURL
,
aArgs
);
...
...
svx/inc/sdr/properties/customshapeproperties.hxx
Dosyayı görüntüle @
c7a65562
...
...
@@ -78,7 +78,7 @@ namespace sdr
// Clone() operator, normally just calls the local copy constructor
virtual
BaseProperties
&
Clone
(
SdrObject
&
rObj
)
const
override
;
// This is the notif
y
er from SfxListener
// This is the notif
i
er from SfxListener
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
)
override
;
};
}
// end of namespace properties
...
...
svx/inc/sdr/properties/textproperties.hxx
Dosyayı görüntüle @
c7a65562
...
...
@@ -72,7 +72,7 @@ namespace sdr
// to be able to live without the style.
virtual
void
ForceStyleToHardAttributes
()
override
;
// This is the notif
y
er from SfxListener
// This is the notif
i
er from SfxListener
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
)
override
;
// Set single item at the local ItemSet. *Does not use* AllowItemChange(),
...
...
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