summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-05 18:25:20 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-05 18:25:20 +0100
commit6e8ab10be30c9640aab71bc9f4d625378d737b21 (patch)
tree5c31478fa4e4443f377d5ec6e65f198613247252
parentb6ca290586bd1f1e0c91f72eeee50fe24015e5ef (diff)
Fix a typo and one visibility cook-up
-rw-r--r--editeng/inc/pch/precompiled_editeng.hxx2
-rw-r--r--svx/inc/svx/sdasitm.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/editeng/inc/pch/precompiled_editeng.hxx b/editeng/inc/pch/precompiled_editeng.hxx
index 2f5232059fd0..8097d237dc3b 100644
--- a/editeng/inc/pch/precompiled_editeng.hxx
+++ b/editeng/inc/pch/precompiled_editeng.hxx
@@ -1,4 +1,4 @@
-slis/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
diff --git a/svx/inc/svx/sdasitm.hxx b/svx/inc/svx/sdasitm.hxx
index e3019ac36fb5..67a3b4d1c05e 100644
--- a/svx/inc/svx/sdasitm.hxx
+++ b/svx/inc/svx/sdasitm.hxx
@@ -68,9 +68,9 @@ private:
{
bool operator()( const SdrCustomShapeGeometryItem::PropertyPair&, const SdrCustomShapeGeometryItem::PropertyPair& ) const;
};
- struct SVX_DLLPRIVATE PropertyPairHash
+ struct PropertyPairHash
{
- size_t operator()( const SdrCustomShapeGeometryItem::PropertyPair &r1 ) const;
+ size_t operator()( const SdrCustomShapeGeometryItem::PropertyPair& ) const;
};
typedef boost::unordered_map < PropertyPair, sal_Int32, PropertyPairHash, PropertyPairEq > PropertyPairHashMap;
typedef boost::unordered_map< rtl::OUString, sal_Int32, rtl::OUStringHash, PropertyEq > PropertyHashMap;