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
5b8fd39d
Kaydet (Commit)
5b8fd39d
authored
Mar 11, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-variable
Change-Id: I3b499a17985b55fbfb62a441afb9d137f7bd8593
üst
2c18f34e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
new.cxx
sfx2/source/doc/new.cxx
+0
-7
No files found.
sfx2/source/doc/new.cxx
Dosyayı görüntüle @
5b8fd39d
...
@@ -144,7 +144,6 @@ class SfxNewFileDialog_Impl
...
@@ -144,7 +144,6 @@ class SfxNewFileDialog_Impl
SfxObjectShellLock
xDocShell
;
SfxObjectShellLock
xDocShell
;
SfxNewFileDialog
*
pAntiImpl
;
SfxNewFileDialog
*
pAntiImpl
;
void
ClearInfo
();
DECL_LINK
(
Update
,
void
*
);
DECL_LINK
(
Update
,
void
*
);
DECL_LINK
(
RegionSelect
,
ListBox
*
);
DECL_LINK
(
RegionSelect
,
ListBox
*
);
...
@@ -170,11 +169,6 @@ public:
...
@@ -170,11 +169,6 @@ public:
void
SetTemplateFlags
(
sal_uInt16
nSet
);
void
SetTemplateFlags
(
sal_uInt16
nSet
);
};
};
void
SfxNewFileDialog_Impl
::
ClearInfo
()
{
const
OUString
aNo
;
}
IMPL_LINK_NOARG
(
SfxNewFileDialog_Impl
,
Update
)
IMPL_LINK_NOARG
(
SfxNewFileDialog_Impl
,
Update
)
{
{
if
(
xDocShell
.
Is
()
)
if
(
xDocShell
.
Is
()
)
...
@@ -187,7 +181,6 @@ IMPL_LINK_NOARG(SfxNewFileDialog_Impl, Update)
...
@@ -187,7 +181,6 @@ IMPL_LINK_NOARG(SfxNewFileDialog_Impl, Update)
const
sal_uInt16
nEntry
=
GetSelectedTemplatePos
();
const
sal_uInt16
nEntry
=
GetSelectedTemplatePos
();
if
(
!
nEntry
)
if
(
!
nEntry
)
{
{
ClearInfo
();
m_pPreviewWin
->
Invalidate
();
m_pPreviewWin
->
Invalidate
();
m_pPreviewWin
->
SetObjectShell
(
0
);
m_pPreviewWin
->
SetObjectShell
(
0
);
return
0
;
return
0
;
...
...
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