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
e3f14132
Kaydet (Commit)
e3f14132
authored
Şub 23, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typos retreive/retrieve furture/future
Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
üst
fcf3758c
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
14 deletions
+14
-14
launcher.cxx
desktop/win32/source/applauncher/launcher.cxx
+1
-1
wrapper.h
desktop/win32/source/wrapper.h
+2
-2
toolbarlayoutmanager.cxx
framework/source/layoutmanager/toolbarlayoutmanager.cxx
+1
-1
npfunctions.h
np_sdk/inc/npfunctions.h
+2
-2
npupp.h
np_sdk/mozsrc/npupp.h
+2
-2
file.h
sal/inc/osl/file.h
+2
-2
subsequent_filters-test.cxx
sc/qa/unit/subsequent_filters-test.cxx
+2
-2
content.cxx
ucbhelper/source/client/content.cxx
+2
-2
No files found.
desktop/win32/source/applauncher/launcher.cxx
Dosyayı görüntüle @
e3f14132
...
...
@@ -78,7 +78,7 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
}
FreeLibrary
(
hinstDll
);
// Retr
ei
ve startup info
// Retr
ie
ve startup info
STARTUPINFO
aStartupInfo
;
...
...
desktop/win32/source/wrapper.h
Dosyayı görüntüle @
e3f14132
...
...
@@ -64,7 +64,7 @@
extern
"C"
int
Main
()
{
// Retr
ei
ve startup info
// Retr
ie
ve startup info
STARTUPINFO
aStartupInfo
;
...
...
@@ -94,7 +94,7 @@ extern "C" int Main()
_tsplitpath
(
szApplicationName
,
szDrive
,
szDir
,
szFileName
,
szExt
);
_tmakepath
(
szApplicationName
,
szDrive
,
szDir
,
szFileName
,
BIN_EXT_STR
);
// Retr
ei
ve actual environment
// Retr
ie
ve actual environment
TCHAR
szBuffer
[
1024
];
TCHAR
szPathValue
[
1024
]
=
TEXT
(
""
);
...
...
framework/source/layoutmanager/toolbarlayoutmanager.cxx
Dosyayı görüntüle @
e3f14132
...
...
@@ -1242,7 +1242,7 @@ void ToolbarLayoutManager::implts_reparentToolbars()
uno
::
Reference
<
awt
::
XWindow
>
xWindow
;
try
{
// We have to retr
ei
ve the window reference with try/catch as it is
// We have to retr
ie
ve the window reference with try/catch as it is
// possible that all elements have been disposed!
xWindow
=
uno
::
Reference
<
awt
::
XWindow
>
(
xUIElement
->
getRealInterface
(),
uno
::
UNO_QUERY
);
}
...
...
np_sdk/inc/npfunctions.h
Dosyayı görüntüle @
e3f14132
...
...
@@ -214,11 +214,11 @@ typedef struct _NPNetscapeFuncs {
#ifdef XP_MACOSX
/*
* Mac OS X version(s) of NP_GetMIMEDescription(const char *)
* These can be called to retr
ei
ve MIME information from the plugin dynamically
* These can be called to retr
ie
ve MIME information from the plugin dynamically
*
* Note: For compatibility with Quicktime, BPSupportedMIMEtypes is another way
* to get mime info from the plugin only on OSX and may not be supported
* in fu
r
ture version -- use NP_GetMIMEDescription instead
* in future version -- use NP_GetMIMEDescription instead
*/
enum
{
...
...
np_sdk/mozsrc/npupp.h
Dosyayı görüntüle @
e3f14132
...
...
@@ -1161,11 +1161,11 @@ typedef NPError (* NP_LOADDS NPP_MainEntryUPP)(NPNetscapeFuncs*, NPPluginFuncs*,
/*
* Mac version(s) of NP_GetMIMEDescription(const char *)
* These can be called to retr
ei
ve MIME information from the plugin dynamically
* These can be called to retr
ie
ve MIME information from the plugin dynamically
*
* Note: For compatibility with Quicktime, BPSupportedMIMEtypes is another way
* to get mime info from the plugin only on OSX and may not be supported
* in fu
r
ture version--use NP_GetMIMEDescription instead
* in future version--use NP_GetMIMEDescription instead
*/
enum
...
...
sal/inc/osl/file.h
Dosyayı görüntüle @
e3f14132
...
...
@@ -361,7 +361,7 @@ typedef enum {
#define osl_File_Attribute_OthRead 0x00001000
#define osl_File_Attribute_OthExe 0x00002000
/* Flags specifying which fields to retr
ei
ve by osl_getFileStatus */
/* Flags specifying which fields to retr
ie
ve by osl_getFileStatus */
#define osl_FileStatus_Mask_Type 0x00000001
#define osl_FileStatus_Mask_Attributes 0x00000002
...
...
@@ -545,7 +545,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getVolumeDeviceMountPath(
#define osl_Volume_Attribute_Case_Is_Preserved 0x00000040L
#define osl_Volume_Attribute_Case_Sensitive 0x00000080L
/* Flags specifying which fields to retr
ei
ve by osl_getVolumeInfo */
/* Flags specifying which fields to retr
ie
ve by osl_getVolumeInfo */
#define osl_VolumeInfo_Mask_Attributes 0x00000001L
#define osl_VolumeInfo_Mask_TotalSpace 0x00000002L
...
...
sc/qa/unit/subsequent_filters-test.cxx
Dosyayı görüntüle @
e3f14132
...
...
@@ -1329,10 +1329,10 @@ void ScFiltersTest::testChartImportODS()
ScDrawLayer
*
pDrawLayer
=
pDoc
->
GetDrawLayer
();
CPPUNIT_ASSERT_MESSAGE
(
"Failed to retrieve the drawing layer object."
,
pDrawLayer
);
const
SdrPage
*
pPage
=
pDrawLayer
->
GetPage
(
1
);
// for the 2nd sheet.
CPPUNIT_ASSERT_MESSAGE
(
"Failed to retr
ei
ve the page object."
,
pPage
);
CPPUNIT_ASSERT_MESSAGE
(
"Failed to retr
ie
ve the page object."
,
pPage
);
CPPUNIT_ASSERT_MESSAGE
(
"This page should contain one drawing object."
,
pPage
->
GetObjCount
()
==
1
);
const
SdrObject
*
pObj
=
pPage
->
GetObj
(
0
);
CPPUNIT_ASSERT_MESSAGE
(
"Failed to retr
ei
ve the drawing object."
,
pObj
);
CPPUNIT_ASSERT_MESSAGE
(
"Failed to retr
ie
ve the drawing object."
,
pObj
);
CPPUNIT_ASSERT_MESSAGE
(
"This is not an OLE2 object."
,
pObj
->
GetObjIdentifier
()
==
OBJ_OLE2
);
const
SdrOle2Obj
&
rOleObj
=
static_cast
<
const
SdrOle2Obj
&>
(
*
pObj
);
CPPUNIT_ASSERT_MESSAGE
(
"This should be a chart object."
,
rOleObj
.
IsChart
());
...
...
ucbhelper/source/client/content.cxx
Dosyayı görüntüle @
e3f14132
...
...
@@ -1045,7 +1045,7 @@ sal_Bool Content::isFolder()
ucbhelper
::
cancelCommandExecution
(
makeAny
(
UnknownPropertyException
(
rtl
::
OUString
(
"Unable to retr
ei
ve value of property 'IsFolder'!"
),
"Unable to retr
ie
ve value of property 'IsFolder'!"
),
get
()
)
),
m_xImpl
->
getEnvironment
()
);
...
...
@@ -1066,7 +1066,7 @@ sal_Bool Content::isDocument()
ucbhelper
::
cancelCommandExecution
(
makeAny
(
UnknownPropertyException
(
rtl
::
OUString
(
"Unable to retr
ei
ve value of property 'IsDocument'!"
),
"Unable to retr
ie
ve value of property 'IsDocument'!"
),
get
()
)
),
m_xImpl
->
getEnvironment
()
);
...
...
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