diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-13 09:36:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-13 23:02:37 +0000 |
commit | 612981fc8fd7a35d8112951e05e1b2cf0f5f1c08 (patch) | |
tree | 3256b4dffb2d9d7e7ab543e98e2936b38041e9c1 /sax/inc | |
parent | 62188aac68b30affbe144f8bd06f346f0e749cf9 (diff) |
callcatcher: update and remove newly unused code
Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc
Diffstat (limited to 'sax/inc')
-rw-r--r-- | sax/inc/sax/tools/converter.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sax/inc/sax/tools/converter.hxx b/sax/inc/sax/tools/converter.hxx index 8b84feb5c984..30aaea614bf6 100644 --- a/sax/inc/sax/tools/converter.hxx +++ b/sax/inc/sax/tools/converter.hxx @@ -99,11 +99,6 @@ public: static bool convertColor( sal_Int32& rColor, const ::rtl::OUString&rValue ); - /** convert string to argb color */ - static bool convertColor( sal_Int32& rColor, - const ::rtl::OUString&rValue, - const double alpha); - /** convert color to string */ static void convertColor( ::rtl::OUStringBuffer &rBuffer, sal_Int32 nColor ); |