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

drop these typedef header guard

Change-Id: If52f2bba475e7a8a5b7c63d5114f2725c9ce8617
üst 64bc2eff
...@@ -252,16 +252,8 @@ public: ...@@ -252,16 +252,8 @@ public:
virtual void Insert( SbxVariable* ) override; virtual void Insert( SbxVariable* ) override;
}; };
#ifndef SBX_ARRAY_DECL_DEFINED
#define SBX_ARRAY_DECL_DEFINED
typedef tools::SvRef<SbxArray> SbxArrayRef; typedef tools::SvRef<SbxArray> SbxArrayRef;
#endif
#ifndef SBX_INFO_DECL_DEFINED
#define SBX_INFO_DECL_DEFINED
typedef tools::SvRef<SbxInfo> SbxInfoRef; typedef tools::SvRef<SbxInfo> SbxInfoRef;
#endif
typedef tools::SvRef<SbxDimArray> SbxDimArrayRef; typedef tools::SvRef<SbxDimArray> SbxDimArrayRef;
#endif #endif
......
...@@ -209,15 +209,9 @@ inline SbxValue& SbxValue::operator-=( const SbxValue& r ) ...@@ -209,15 +209,9 @@ inline SbxValue& SbxValue::operator-=( const SbxValue& r )
class SbxArray; class SbxArray;
class SbxInfo; class SbxInfo;
#ifndef SBX_ARRAY_DECL_DEFINED
#define SBX_ARRAY_DECL_DEFINED
typedef tools::SvRef<SbxArray> SbxArrayRef; typedef tools::SvRef<SbxArray> SbxArrayRef;
#endif
#ifndef SBX_INFO_DECL_DEFINED
#define SBX_INFO_DECL_DEFINED
typedef tools::SvRef<SbxInfo> SbxInfoRef; typedef tools::SvRef<SbxInfo> SbxInfoRef;
#endif
class SfxBroadcaster; class SfxBroadcaster;
......
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