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
9e90401a
Kaydet (Commit)
9e90401a
authored
May 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused SotStorageStream ctor nStorageMode param
Change-Id: I5f114f4ca92d991d17ad871d11a78a5306191f9c
üst
7df89ec7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
storage.hxx
include/sot/storage.hxx
+1
-2
storage.cxx
sot/source/sdstor/storage.cxx
+1
-8
No files found.
include/sot/storage.hxx
Dosyayı görüntüle @
9e90401a
...
...
@@ -67,8 +67,7 @@ protected:
virtual
~
SotStorageStream
();
public
:
SotStorageStream
(
const
OUString
&
,
StreamMode
=
STREAM_STD_READWRITE
,
StorageMode
=
StorageMode
::
Default
);
StreamMode
=
STREAM_STD_READWRITE
);
SotStorageStream
(
BaseStorageStream
*
pStm
);
SotStorageStream
();
...
...
sot/source/sdstor/storage.cxx
Dosyayı görüntüle @
9e90401a
...
...
@@ -75,12 +75,7 @@ SvLockBytesRef MakeLockBytes_Impl( const OUString & rName, StreamMode nMode )
return
xLB
;
}
SotStorageStream
::
SotStorageStream
(
const
OUString
&
rName
,
StreamMode
nMode
,
StorageMode
#ifdef DBG_UTIL
nStorageMode
#endif
)
SotStorageStream
::
SotStorageStream
(
const
OUString
&
rName
,
StreamMode
nMode
)
:
SvStream
(
MakeLockBytes_Impl
(
rName
,
nMode
)
)
,
pOwnStm
(
NULL
)
{
...
...
@@ -88,8 +83,6 @@ SotStorageStream::SotStorageStream( const OUString & rName, StreamMode nMode,
bIsWritable
=
true
;
else
bIsWritable
=
false
;
DBG_ASSERT
(
nStorageMode
==
StorageMode
::
Default
,
"StorageModes ignored"
);
}
SotStorageStream
::
SotStorageStream
(
BaseStorageStream
*
pStm
)
...
...
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