diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-30 11:39:01 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-30 11:39:46 -0500 |
commit | 57dbe3e46690e9bf2361ea94221537f31b70d19c (patch) | |
tree | 6e49f869bb03bc6746e134a5e2db688073b8094d /svx | |
parent | dd71d3848361beadb6c0baf2010a46144f927153 (diff) |
temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2c
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/DGColorNameLookUp.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/inc/DGColorNameLookUp.hxx b/svx/source/inc/DGColorNameLookUp.hxx index 98b72c7e6e90..0b0068d3a8dc 100644 --- a/svx/source/inc/DGColorNameLookUp.hxx +++ b/svx/source/inc/DGColorNameLookUp.hxx @@ -79,9 +79,8 @@ private: /// This ma translates from numerical color values to names. tColorValueToNameMap maColorValueToNameMap; -private: +public: /// Can only construct via singleton - template<typename T, typename Unique> friend class rtl::Static; DGColorNameLookUp(); ~DGColorNameLookUp(); }; |