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
6531960a
Kaydet (Commit)
6531960a
authored
Ara 11, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Blind Windows-only fix
Change-Id: I66c2c0262d3b1255ec90c1e4ac6c992c91b4a821
üst
b30b0010
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
ed_ipersiststr.cxx
embedserv/source/embed/ed_ipersiststr.cxx
+7
-0
embservconst.h
embedserv/source/inc/embservconst.h
+0
-6
No files found.
embedserv/source/embed/ed_ipersiststr.cxx
Dosyayı görüntüle @
6531960a
...
...
@@ -40,11 +40,18 @@
#include <comphelper/processfactory.hxx>
#include <osl/mutex.hxx>
#include <osl/diagnose.h>
#include <sal/types.h>
#include <string.h>
#define EXT_STREAM_LENGTH 16
namespace
{
const
sal_Int32
nConstBufferSize
=
32000
;
}
using
namespace
::
com
::
sun
::
star
;
extern
::
rtl
::
OUString
getStorageTypeFromGUID_Impl
(
GUID
*
guid
);
...
...
embedserv/source/inc/embservconst.h
Dosyayı görüntüle @
6531960a
...
...
@@ -26,16 +26,10 @@
#include <comphelper/classids.hxx>
#endif
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
#if defined __MINGW32__
#pragma GCC diagnostic warning "-Wmissing-braces"
#endif
const
sal_Int32
nConstBufferSize
=
32000
;
#define SUPPORTED_FACTORIES_NUM 10
#if defined(__MINGW32__) && !defined(INITGUID)
...
...
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