Kaydet (Commit) ee73a6c5 authored tarafından Mihai Varga's avatar Mihai Varga Kaydeden (comit) Mihai Varga

LOK: font/back color callback - use sal_Int32 instead of long

Change-Id: I2e2ebc5a12794e9641a6195f07fa4b2d1a7369a9
üst 8e368522
...@@ -1100,7 +1100,7 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe ...@@ -1100,7 +1100,7 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
else if (aEvent.FeatureURL.Path == "FontColor" || else if (aEvent.FeatureURL.Path == "FontColor" ||
aEvent.FeatureURL.Path == "BackColor") aEvent.FeatureURL.Path == "BackColor")
{ {
long nColor; sal_Int32 nColor = -1;
aEvent.State >>= nColor; aEvent.State >>= nColor;
aBuffer.append(nColor); aBuffer.append(nColor);
} }
......
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