summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/icgm/bundles.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-25 10:56:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-25 15:58:23 +0000
commit2a11420f3f84bd14e98ba0ce7efee962b1ddf378 (patch)
tree3d4a776292e767bbce4847fb8fafb8973b72149a /filter/source/graphicfilter/icgm/bundles.cxx
parent6efc08d5a326348b25cd028813b44c8af945f817 (diff)
cppcheck: methods can be const
Diffstat (limited to 'filter/source/graphicfilter/icgm/bundles.cxx')
-rw-r--r--filter/source/graphicfilter/icgm/bundles.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/icgm/bundles.cxx b/filter/source/graphicfilter/icgm/bundles.cxx
index 2c74c3229fa4..3431734a4573 100644
--- a/filter/source/graphicfilter/icgm/bundles.cxx
+++ b/filter/source/graphicfilter/icgm/bundles.cxx
@@ -49,7 +49,7 @@ void Bundle::SetColor( sal_uInt32 nColor )
mnColor = nColor;
}
-sal_uInt32 Bundle::GetColor()
+sal_uInt32 Bundle::GetColor() const
{
return mnColor;
}