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
35fa1883
Kaydet (Commit)
35fa1883
authored
Ock 13, 2015
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
eliminate unnecessary macro
Change-Id: I0dceccbe1275298b43f50296da075ae95694d39a
üst
a38e1be9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
contentenumeration.cxx
svtools/source/contnr/contentenumeration.cxx
+1
-4
No files found.
svtools/source/contnr/contentenumeration.cxx
Dosyayı görüntüle @
35fa1883
...
@@ -50,9 +50,6 @@ namespace svt
...
@@ -50,9 +50,6 @@ namespace svt
#define ROW_IS_FLOPPY 11
#define ROW_IS_FLOPPY 11
#define ROW_IS_COMPACTDISC 12
#define ROW_IS_COMPACTDISC 12
#define CONVERT_DATETIME( aUnoDT, aToolsDT ) \
aToolsDT = ::DateTime( aUnoDT );
using
::
com
::
sun
::
star
::
uno
::
Reference
;
using
::
com
::
sun
::
star
::
uno
::
Reference
;
using
::
com
::
sun
::
star
::
uno
::
Sequence
;
using
::
com
::
sun
::
star
::
uno
::
Sequence
;
using
::
com
::
sun
::
star
::
uno
::
Exception
;
using
::
com
::
sun
::
star
::
uno
::
Exception
;
...
@@ -260,7 +257,7 @@ namespace svt
...
@@ -260,7 +257,7 @@ namespace svt
if
(
bContainsDate
)
if
(
bContainsDate
)
{
{
CONVERT_DATETIME
(
aDT
,
pData
->
maModDate
);
pData
->
maModDate
=
::
DateTime
(
aDT
);
}
}
if
(
pData
->
mbIsFolder
)
if
(
pData
->
mbIsFolder
)
...
...
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