Kaydet (Commit) 7a85ec95 authored tarafından Takeshi Abe's avatar Takeshi Abe

Mark as const

Change-Id: Id0b0f77d88f593975dec4e024ca6ef5c45946128
üst 6397b93e
......@@ -64,7 +64,7 @@ namespace svx
|*
\************************************************************************/
static sal_Int32 gSkewList[] = { 135, 90, 45, 180, 0, -360, -135, -90, -45 };
static const sal_Int32 gSkewList[] = { 135, 90, 45, 180, 0, -360, -135, -90, -45 };
ExtrusionDirectionWindow::ExtrusionDirectionWindow(
svt::ToolboxController& rController,
......
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