Kaydet (Commit) c6b00f6b authored tarafından Jan Holesovsky's avatar Jan Holesovsky

sw: Rename variable.

üst 7343e171
......@@ -154,15 +154,15 @@ public:
static_cast< ::cppu::OWeakObject*>(this), 1);
SolarMutexGuard g;
SwNumFmt numFmt;
SwNumFmt aNumberFormat;
OUString charStyleName;
SwXNumberingRules::SetPropertiesToNumFmt(
numFmt,
aNumberFormat,
charStyleName,
0, 0, 0, 0, 0,
props);
SwNumRulesWithName *const pRules(GetOrCreateRules());
pRules->SetNumFmt(nIndex, numFmt, charStyleName);
pRules->SetNumFmt(nIndex, aNumberFormat, charStyleName);
}
};
......
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