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
1074c1ab
Kaydet (Commit)
1074c1ab
authored
Ock 15, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removed unused macro
üst
2ca0ab44
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
14 deletions
+0
-14
resmgr.hxx
tools/inc/tools/resmgr.hxx
+0
-2
tdir.cxx
tools/source/fsys/tdir.cxx
+0
-2
unx.hxx
tools/source/fsys/unx.hxx
+0
-2
wntmsc.hxx
tools/source/fsys/wntmsc.hxx
+0
-2
config.cxx
tools/source/generic/config.cxx
+0
-2
resmgr.cxx
tools/source/rc/resmgr.cxx
+0
-4
No files found.
tools/inc/tools/resmgr.hxx
Dosyayı görüntüle @
1074c1ab
...
@@ -37,8 +37,6 @@
...
@@ -37,8 +37,6 @@
#define CREATEVERSIONRESMGR_NAME( Name ) #Name
#define CREATEVERSIONRESMGR_NAME( Name ) #Name
#define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME( Name ) )
#define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME( Name ) )
#define LOCALE_MAX_FALLBACK 6
#include <vector>
#include <vector>
class
SvStream
;
class
SvStream
;
...
...
tools/source/fsys/tdir.cxx
Dosyayı görüntüle @
1074c1ab
...
@@ -39,8 +39,6 @@
...
@@ -39,8 +39,6 @@
DBG_NAME
(
Dir
)
DBG_NAME
(
Dir
)
#define APPEND (sal_uInt16) 65535
/*************************************************************************
/*************************************************************************
|*
|*
|* Dir::InsertPointReached()
|* Dir::InsertPointReached()
...
...
tools/source/fsys/unx.hxx
Dosyayı görüntüle @
1074c1ab
...
@@ -35,9 +35,7 @@
...
@@ -35,9 +35,7 @@
#include <sys/param.h>
#include <sys/param.h>
#include <dirent.h>
#include <dirent.h>
#include <unistd.h>
#include <unistd.h>
/* #include <sysent.h> */
#define FSYS_UNIX TRUE
#define DRIVE_EXISTS(c) ( TRUE )
#define DRIVE_EXISTS(c) ( TRUE )
#define _mkdir(p) mkdir(p, 0777)
#define _mkdir(p) mkdir(p, 0777)
...
...
tools/source/fsys/wntmsc.hxx
Dosyayı görüntüle @
1074c1ab
...
@@ -45,8 +45,6 @@
...
@@ -45,8 +45,6 @@
//--------------------------------------------------------------------
//--------------------------------------------------------------------
#define FSYS_UNIX sal_False
#define DOS_DIRECT _A_SUBDIR
#define DOS_DIRECT _A_SUBDIR
#define DOS_VOLUMEID 0x08
#define DOS_VOLUMEID 0x08
#ifndef S_IFBLK
#ifndef S_IFBLK
...
...
tools/source/generic/config.cxx
Dosyayı görüntüle @
1074c1ab
...
@@ -45,8 +45,6 @@
...
@@ -45,8 +45,6 @@
#include <osl/security.h>
#include <osl/security.h>
#include <rtl/strbuf.hxx>
#include <rtl/strbuf.hxx>
#define MAXBUFLEN 1024 // Fuer Buffer bei VOS-Funktionen
// -----------------
// -----------------
// - ImplConfigData -
// - ImplConfigData -
// -----------------
// -----------------
...
...
tools/source/rc/resmgr.cxx
Dosyayı görüntüle @
1074c1ab
...
@@ -57,15 +57,11 @@
...
@@ -57,15 +57,11 @@
#include <set>
#include <set>
#ifdef UNX
#ifdef UNX
#define SEARCH_PATH_DELIMITER_CHAR_STRING ":"
#define SEARCH_PATH_DELIMITER ':'
#define SEARCH_PATH_DELIMITER ':'
#else
#else
#define SEARCH_PATH_DELIMITER_CHAR_STRING ";"
#define SEARCH_PATH_DELIMITER ';'
#define SEARCH_PATH_DELIMITER ';'
#endif
#endif
#define SEARCH_PATH_DELIMITER_STRING ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SEARCH_PATH_DELIMITER_CHAR_STRING ) )
using
::
rtl
::
OUString
;
using
::
rtl
::
OUString
;
using
::
rtl
::
OString
;
using
::
rtl
::
OString
;
using
::
rtl
::
OUStringBuffer
;
using
::
rtl
::
OUStringBuffer
;
...
...
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