summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-12 11:54:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-12 11:54:30 +0100
commit2e11d06b061e1f0059b6ea4645dd262d0d2a1436 (patch)
tree9e50408fb453f470cbd8acb4fb6204cd88b08cc0 /svx
parent473ba86d1307bccc2d5e22dcc360df75011bc2bc (diff)
not going to get away with this friend syntax
Diffstat (limited to 'svx')
-rw-r--r--svx/source/inc/DGColorNameLookUp.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/inc/DGColorNameLookUp.hxx b/svx/source/inc/DGColorNameLookUp.hxx
index d3a04a2b8d71..9fd8dc471da7 100644
--- a/svx/source/inc/DGColorNameLookUp.hxx
+++ b/svx/source/inc/DGColorNameLookUp.hxx
@@ -79,8 +79,7 @@ private:
/// This ma translates from numerical color values to names.
tColorValueToNameMap maColorValueToNameMap;
-private:
- template<class> friend class rtl::Static;
+public:
/// Create a new (the only) instance of this class.
DGColorNameLookUp();
~DGColorNameLookUp();