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
196fcbd8
Kaydet (Commit)
196fcbd8
authored
Tem 25, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unuseful member variable
Change-Id: I618242aa496a18dc656c6a4ffa4cbf3032eeae4a
üst
3df44c3c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
tabledlg.cxx
sw/source/ui/table/tabledlg.cxx
+1
-4
tablepg.hxx
sw/source/uibase/table/tablepg.hxx
+0
-1
No files found.
sw/source/ui/table/tabledlg.cxx
Dosyayı görüntüle @
196fcbd8
...
@@ -67,7 +67,6 @@ SwFormatTablePage::SwFormatTablePage(Window* pParent, const SfxItemSet& rSet)
...
@@ -67,7 +67,6 @@ SwFormatTablePage::SwFormatTablePage(Window* pParent, const SfxItemSet& rSet)
,
pTblData
(
0
)
,
pTblData
(
0
)
,
nSaveWidth
(
0
)
,
nSaveWidth
(
0
)
,
nMinTableWidth
(
MINLAY
)
,
nMinTableWidth
(
MINLAY
)
,
nOldAlign
(
0
)
,
bModified
(
false
)
,
bModified
(
false
)
,
bFull
(
false
)
,
bFull
(
false
)
,
bHtmlMode
(
false
)
,
bHtmlMode
(
false
)
...
@@ -485,10 +484,8 @@ void SwFormatTablePage::Reset( const SfxItemSet* )
...
@@ -485,10 +484,8 @@ void SwFormatTablePage::Reset( const SfxItemSet* )
m_aLeftMF
.
SaveValue
();
m_aLeftMF
.
SaveValue
();
m_aRightMF
.
SaveValue
();
m_aRightMF
.
SaveValue
();
nOldAlign
=
pTblData
->
GetAlign
();
bool
bSetRight
=
false
,
bSetLeft
=
false
;
bool
bSetRight
=
false
,
bSetLeft
=
false
;
switch
(
nOldAlign
)
switch
(
pTblData
->
GetAlign
()
)
{
{
case
text
:
:
HoriOrientation
::
NONE
:
case
text
:
:
HoriOrientation
::
NONE
:
m_pFreeBtn
->
Check
();
m_pFreeBtn
->
Check
();
...
...
sw/source/uibase/table/tablepg.hxx
Dosyayı görüntüle @
196fcbd8
...
@@ -64,7 +64,6 @@ class SwFormatTablePage : public SfxTabPage
...
@@ -64,7 +64,6 @@ class SwFormatTablePage : public SfxTabPage
SwTableRep
*
pTblData
;
SwTableRep
*
pTblData
;
SwTwips
nSaveWidth
;
SwTwips
nSaveWidth
;
SwTwips
nMinTableWidth
;
SwTwips
nMinTableWidth
;
sal_uInt16
nOldAlign
;
bool
bModified
;
bool
bModified
;
bool
bFull
:
1
;
bool
bFull
:
1
;
bool
bHtmlMode
:
1
;
bool
bHtmlMode
:
1
;
...
...
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