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
9904fea6
Kaydet (Commit)
9904fea6
authored
Şub 15, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity: fix memory leak
Change-Id: Ie56951fd321820d16fdee197a86987c99d94f76e
üst
0c316e70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
viewfun2.cxx
sc/source/ui/view/viewfun2.cxx
+3
-0
No files found.
sc/source/ui/view/viewfun2.cxx
Dosyayı görüntüle @
9904fea6
...
@@ -77,6 +77,7 @@
...
@@ -77,6 +77,7 @@
#include "charthelper.hxx"
#include "charthelper.hxx"
#include "tabbgcolor.hxx"
#include "tabbgcolor.hxx"
#include "clipparam.hxx"
#include "clipparam.hxx"
#include "prnsave.hxx"
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <vector>
#include <vector>
...
@@ -1021,6 +1022,8 @@ void ScViewFunc::SetPrintRanges( sal_Bool bEntireSheet, const String* pPrint,
...
@@ -1021,6 +1022,8 @@ void ScViewFunc::SetPrintRanges( sal_Bool bEntireSheet, const String* pPrint,
pDocSh
->
GetUndoManager
()
->
AddUndoAction
(
pDocSh
->
GetUndoManager
()
->
AddUndoAction
(
new
ScUndoPrintRange
(
pDocSh
,
nCurTab
,
pOldRanges
,
pNewRanges
)
);
new
ScUndoPrintRange
(
pDocSh
,
nCurTab
,
pOldRanges
,
pNewRanges
)
);
}
}
else
delete
pOldRanges
;
// update page breaks
// update page breaks
...
...
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