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
11c00f1f
Kaydet (Commit)
11c00f1f
authored
Haz 06, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix -Werror,-Wunused-private-field
Change-Id: Idcba9e9bc6210250a37950a2b927b9b74cc57c4f
üst
3e6853ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
ContextChangeBroadcaster.hxx
include/sfx2/sidebar/ContextChangeBroadcaster.hxx
+0
-1
ContextChangeBroadcaster.cxx
sfx2/source/sidebar/ContextChangeBroadcaster.cxx
+1
-4
No files found.
include/sfx2/sidebar/ContextChangeBroadcaster.hxx
Dosyayı görüntüle @
11c00f1f
...
...
@@ -42,7 +42,6 @@ public:
private
:
rtl
::
OUString
msContextName
;
bool
mbIsContextActive
;
void
BroadcastContextChange
(
const
cssu
::
Reference
<
css
::
frame
::
XFrame
>&
rxFrame
,
...
...
sfx2/source/sidebar/ContextChangeBroadcaster.cxx
Dosyayı görüntüle @
11c00f1f
...
...
@@ -31,8 +31,7 @@ namespace sfx2 { namespace sidebar {
ContextChangeBroadcaster
::
ContextChangeBroadcaster
(
void
)
:
msContextName
(),
mbIsContextActive
(
false
)
:
msContextName
()
{
}
...
...
@@ -47,8 +46,6 @@ ContextChangeBroadcaster::~ContextChangeBroadcaster (void)
void
ContextChangeBroadcaster
::
Initialize
(
const
::
rtl
::
OUString
&
rsContextName
)
{
OSL_ASSERT
(
!
mbIsContextActive
);
msContextName
=
rsContextName
;
}
...
...
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