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
1b80ad72
Kaydet (Commit)
1b80ad72
authored
Ara 22, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields in lingu,lotuswordpro,mysqlc
Change-Id: I5866c8d95e04714e81a45e73bf00a430859a4327
üst
d6913850
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
13 deletions
+5
-13
hyphenimp.hxx
lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
+0
-1
guesslang.cxx
lingucomponent/source/languageguessing/guesslang.cxx
+5
-7
defs.hxx
linguistic/source/defs.hxx
+0
-2
LotusWordProImportFilter.hxx
lotuswordpro/source/filter/LotusWordProImportFilter.hxx
+0
-1
lwpbulletstylemgr.hxx
lotuswordpro/source/filter/lwpbulletstylemgr.hxx
+0
-1
mysqlc_connection.hxx
mysqlc/source/mysqlc_connection.hxx
+0
-1
No files found.
lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
Dosyayı görüntüle @
1b80ad72
...
...
@@ -70,7 +70,6 @@ class Hyphenator :
sal_Int32
numdict
;
::
cppu
::
OInterfaceContainerHelper
aEvtListeners
;
Reference
<
XMultiServiceFactory
>
rSMgr
;
linguistic
::
PropertyHelper_Hyphenation
*
pPropHelper
;
bool
bDisposing
;
...
...
lingucomponent/source/languageguessing/guesslang.cxx
Dosyayı görüntüle @
1b80ad72
...
...
@@ -80,13 +80,12 @@ class LangGuess_Impl :
{
SimpleGuesser
m_aGuesser
;
bool
m_bInitialized
;
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xContext
;
virtual
~
LangGuess_Impl
()
{}
void
EnsureInitialized
();
public
:
explicit
LangGuess_Impl
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
rxContext
);
LangGuess_Impl
(
);
// XServiceInfo implementation
virtual
OUString
SAL_CALL
getImplementationName
(
)
throw
(
RuntimeException
,
std
::
exception
)
override
;
...
...
@@ -106,9 +105,8 @@ public:
void
SetFingerPrintsDB
(
const
OUString
&
fileName
)
throw
(
RuntimeException
);
};
LangGuess_Impl
::
LangGuess_Impl
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
rxContext
)
:
m_bInitialized
(
false
),
m_xContext
(
rxContext
)
LangGuess_Impl
::
LangGuess_Impl
()
:
m_bInitialized
(
false
)
{
}
...
...
@@ -351,9 +349,9 @@ Sequence<OUString> SAL_CALL LangGuess_Impl::getSupportedServiceNames_Static( )
* @param xMgr service manager to if the components needs other component instances
*/
Reference
<
XInterface
>
SAL_CALL
LangGuess_Impl_create
(
Reference
<
XComponentContext
>
const
&
xContext
)
Reference
<
XComponentContext
>
const
&
)
{
return
static_cast
<
::
cppu
::
OWeakObject
*
>
(
new
LangGuess_Impl
(
xContext
)
);
return
static_cast
<
::
cppu
::
OWeakObject
*
>
(
new
LangGuess_Impl
);
}
//#### EXPORTED ### functions to allow for registration and creation of the UNO component
...
...
linguistic/source/defs.hxx
Dosyayı görüntüle @
1b80ad72
...
...
@@ -73,8 +73,6 @@ struct LangSvcEntries_Spell : public LangSvcEntries
struct
LangSvcEntries_Grammar
:
public
LangSvcEntries
{
css
::
uno
::
Sequence
<
css
::
uno
::
Reference
<
css
::
linguistic2
::
XProofreader
>
>
aSvcRefs
;
LangSvcEntries_Grammar
()
:
LangSvcEntries
()
{}
explicit
LangSvcEntries_Grammar
(
const
OUString
&
rSvcImplName
)
:
LangSvcEntries
(
rSvcImplName
)
{}
};
...
...
lotuswordpro/source/filter/LotusWordProImportFilter.hxx
Dosyayı görüntüle @
1b80ad72
...
...
@@ -48,7 +48,6 @@ protected:
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
mxContext
;
css
::
uno
::
Reference
<
css
::
lang
::
XComponent
>
mxDoc
;
OUString
msFilterName
;
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XDocumentHandler
>
mxHandler
;
bool
SAL_CALL
importImpl
(
const
css
::
uno
::
Sequence
<
css
::
beans
::
PropertyValue
>&
aDescriptor
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
...
...
lotuswordpro/source/filter/lwpbulletstylemgr.hxx
Dosyayı görüntüle @
1b80ad72
...
...
@@ -97,7 +97,6 @@ private:
bool
m_bContinue
;
bool
m_bIsBulletSkipped
;
LwpObjectID
m_aCurrentNumberingID
;
std
::
unique_ptr
<
LwpNumberingOverride
>
m_pCurrentNumOverride
;
};
inline
void
LwpBulletStyleMgr
::
SetFoundry
(
LwpFoundry
*
pFoundry
)
...
...
mysqlc/source/mysqlc_connection.hxx
Dosyayı görüntüle @
1b80ad72
...
...
@@ -104,7 +104,6 @@ namespace connectivity
// of all the Statement objects
// for this Connection
rtl
::
OUString
m_sUser
;
// the user name
MysqlCDriver
&
m_rDriver
;
// Pointer to the owning driver object
sql
::
Driver
*
cppDriver
;
...
...
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