summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-13 09:38:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-13 11:20:24 +0100
commite80b5f0a88db0acda3cfe6abc221ee4b3b264e90 (patch)
tree73da1cf70088f8e3ee1ae6caf87909a55b44259f
parentf86919e4815dc717663dada67c9ff530b8903fdf (diff)
error C2227: left of ´->acquire´ must point to class/struct/union type
Change-Id: I6c6e395a87cc25f2ec2f01e6508be8a1214f4d02
-rw-r--r--editeng/inc/editeng/unotext.hxx2
-rw-r--r--sc/inc/cellsuno.hxx8
2 files changed, 4 insertions, 6 deletions
diff --git a/editeng/inc/editeng/unotext.hxx b/editeng/inc/editeng/unotext.hxx
index 162a73aee4a3..2bc6e89d8b63 100644
--- a/editeng/inc/editeng/unotext.hxx
+++ b/editeng/inc/editeng/unotext.hxx
@@ -271,7 +271,7 @@ class EDITENG_DLLPUBLIC SvxUnoTextRangeBase : public SvxUnoTextRangeBase_Base,
private osl::DebugBase<SvxUnoTextRangeBase>
{
friend class SvxUnoTextRangeEnumeration;
- friend class accessibility::AccessibleEditableTextPara;
+ friend class ::accessibility::AccessibleEditableTextPara;
protected:
SvxEditSource* mpEditSource;
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index dce437d323de..a035aaec339c 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -32,8 +32,9 @@
#include "global.hxx" // ScRange, ScAddress
#include "rangelst.hxx" // ScRangeList
-#include "formula/grammar.hxx"
-#include "rtl/ref.hxx"
+#include <editeng/unotext.hxx>
+#include <formula/grammar.hxx>
+#include <rtl/ref.hxx>
#include <tools/link.hxx>
#include <svl/lstner.hxx>
#include <svl/listener.hxx>
@@ -100,9 +101,7 @@
#include <cppuhelper/implbase3.hxx>
#include <boost/ptr_container/ptr_vector.hpp>
-#ifndef __SGI_STL_VECTOR
#include <vector>
-#endif
class ScDocShell;
class ScMarkData;
@@ -110,7 +109,6 @@ class ScMemChart;
class ScPrintRangeSaver;
class ScAttrRectIterator;
class ScCellRangeObj;
-class SvxUnoText;
class ScLinkListener;
class ScPatternAttr;
class SvxBoxItem;