Kaydet (Commit) 81f9281d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: Unreferenced function definition

Change-Id: I0f9d7374de59a916871677c08144bf79b39068dd
üst 1a6c49e3
......@@ -58,47 +58,6 @@ class ColorSet
public:
OUString maName;
Color maColors[10];
Color getBackgroundColor1()
{
return maColors[0];
}
Color getTextColor1()
{
return maColors[1];
}
Color getBackgroundColor2()
{
return maColors[2];
}
Color getTextColor2()
{
return maColors[3];
}
Color getAccent1()
{
return maColors[4];
}
Color getAccent2()
{
return maColors[5];
}
Color getAccent3()
{
return maColors[6];
}
Color getAccent4()
{
return maColors[7];
}
Color getAccent5()
{
return maColors[8];
}
Color getAccent6()
{
return maColors[9];
}
};
class ColorVariable
......@@ -110,11 +69,6 @@ public:
ColorVariable()
{}
ColorVariable(Color aColor)
: mnIndex(-1)
, maColor(aColor)
{}
ColorVariable(long nIndex)
: mnIndex(nIndex)
, maColor()
......
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