summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/color.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-05-09 17:30:54 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-05-14 19:48:32 +0200
commitc2703b63fa8d16ce8efaa55e0431ae829fdd23c1 (patch)
tree3901146d6a00f1f2fe429b7a7a665ead9fc11463 /oox/source/drawingml/color.cxx
parenta69f31a322a8ff26814db194551c719ea140b027 (diff)
remove non-sensical /*static*/ comments
They are presumably meant to say the functions are class-static, but at the function definition it's pretty confusing (looks like file-static). Change-Id: I28c69244c9eb7aa3f20f07d8784f3704dc6a57bf
Diffstat (limited to 'oox/source/drawingml/color.cxx')
-rw-r--r--oox/source/drawingml/color.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/color.cxx b/oox/source/drawingml/color.cxx
index 89adca92cab4..50a7e6439100 100644
--- a/oox/source/drawingml/color.cxx
+++ b/oox/source/drawingml/color.cxx
@@ -217,7 +217,7 @@ Color::~Color()
{
}
-/*static*/ sal_Int32 Color::getDmlPresetColor( sal_Int32 nToken, sal_Int32 nDefaultRgb )
+sal_Int32 Color::getDmlPresetColor( sal_Int32 nToken, sal_Int32 nDefaultRgb )
{
/* Do not pass nDefaultRgb to ContainerHelper::getVectorElement(), to be
able to catch the existing vector entries without corresponding XML
@@ -226,7 +226,7 @@ Color::~Color()
return (nRgbValue >= 0) ? nRgbValue : nDefaultRgb;
}
-/*static*/ sal_Int32 Color::getVmlPresetColor( sal_Int32 nToken, sal_Int32 nDefaultRgb )
+sal_Int32 Color::getVmlPresetColor( sal_Int32 nToken, sal_Int32 nDefaultRgb )
{
/* Do not pass nDefaultRgb to ContainerHelper::getVectorElement(), to be
able to catch the existing vector entries without corresponding XML