Kaydet (Commit) e80b5f0a authored tarafından Caolán McNamara's avatar Caolán McNamara

error C2227: left of ´->acquire´ must point to class/struct/union type

Change-Id: I6c6e395a87cc25f2ec2f01e6508be8a1214f4d02
üst f86919e4
...@@ -271,7 +271,7 @@ class EDITENG_DLLPUBLIC SvxUnoTextRangeBase : public SvxUnoTextRangeBase_Base, ...@@ -271,7 +271,7 @@ class EDITENG_DLLPUBLIC SvxUnoTextRangeBase : public SvxUnoTextRangeBase_Base,
private osl::DebugBase<SvxUnoTextRangeBase> private osl::DebugBase<SvxUnoTextRangeBase>
{ {
friend class SvxUnoTextRangeEnumeration; friend class SvxUnoTextRangeEnumeration;
friend class accessibility::AccessibleEditableTextPara; friend class ::accessibility::AccessibleEditableTextPara;
protected: protected:
SvxEditSource* mpEditSource; SvxEditSource* mpEditSource;
......
...@@ -32,8 +32,9 @@ ...@@ -32,8 +32,9 @@
#include "global.hxx" // ScRange, ScAddress #include "global.hxx" // ScRange, ScAddress
#include "rangelst.hxx" // ScRangeList #include "rangelst.hxx" // ScRangeList
#include "formula/grammar.hxx" #include <editeng/unotext.hxx>
#include "rtl/ref.hxx" #include <formula/grammar.hxx>
#include <rtl/ref.hxx>
#include <tools/link.hxx> #include <tools/link.hxx>
#include <svl/lstner.hxx> #include <svl/lstner.hxx>
#include <svl/listener.hxx> #include <svl/listener.hxx>
...@@ -100,9 +101,7 @@ ...@@ -100,9 +101,7 @@
#include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase3.hxx>
#include <boost/ptr_container/ptr_vector.hpp> #include <boost/ptr_container/ptr_vector.hpp>
#ifndef __SGI_STL_VECTOR
#include <vector> #include <vector>
#endif
class ScDocShell; class ScDocShell;
class ScMarkData; class ScMarkData;
...@@ -110,7 +109,6 @@ class ScMemChart; ...@@ -110,7 +109,6 @@ class ScMemChart;
class ScPrintRangeSaver; class ScPrintRangeSaver;
class ScAttrRectIterator; class ScAttrRectIterator;
class ScCellRangeObj; class ScCellRangeObj;
class SvxUnoText;
class ScLinkListener; class ScLinkListener;
class ScPatternAttr; class ScPatternAttr;
class SvxBoxItem; class SvxBoxItem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment