Kaydet (Commit) a1175f3d authored tarafından Caolán McNamara's avatar Caolán McNamara

String aNam uppercased but otherwise unused

Change-Id: Ifd8c5edd3711357374efb2aba0ed108a36d3c740
üst bba34cfa
......@@ -175,13 +175,10 @@ void SdrPaintView::ImpClearVars()
nGraphicManagerDrawMode = GRFMGR_DRAW_STANDARD;
aComeBackTimer.SetTimeout(1);
aComeBackTimer.SetTimeoutHdl(LINK(this,SdrPaintView,ImpComeBackHdl));
String aNam; // System::GetUserName() just return an empty string
if (pMod)
SetDefaultStyleSheet(pMod->GetDefaultStyleSheet(), sal_True);
aNam.ToUpperAscii();
maGridColor = Color( COL_BLACK );
}
......
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