Kaydet (Commit) 41e338a2 authored tarafından jailletc36's avatar jailletc36 Kaydeden (comit) Michael Stahl

cppCheck: unusedStructMember

Kill unused class member and struct definition in
desktop/source/splash/splash.cxx


Change-Id: I06a901a5442cacf0f7fa2b0c775fc89709968601
Signed-off-by: 's avatarjailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/943Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst bb43dc24
......@@ -63,13 +63,6 @@ class SplashScreen
, public IntroWindow
{
private:
struct FullScreenProgressRatioValue
{
double _fXRelPos;
double _fYRelPos;
double _fRelWidth;
double _fRelHeight;
};
enum BitmapMode { BM_FULLSCREEN, BM_DEFAULTMODE };
DECL_LINK( AppEventListenerHdl, VclWindowEvent * );
......@@ -89,7 +82,6 @@ private:
bool _bNativeProgress;
OUString _sAppName;
OUString _sProgressText;
std::vector< FullScreenProgressRatioValue > _sFullScreenProgressRatioValues;
sal_Int32 _iMax;
sal_Int32 _iProgress;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment