diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-14 10:32:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-14 10:38:13 +0100 |
commit | e8a9eba781368101faa37b3803ee4ffb4c050112 (patch) | |
tree | 960e80a5d2302440fe51ef377ccacd072491ae66 /include/basic/sbx.hxx | |
parent | 64bc2eff89f3214aa0c90a0becc39c6ac11879b1 (diff) |
drop these typedef header guard
Change-Id: If52f2bba475e7a8a5b7c63d5114f2725c9ce8617
Diffstat (limited to 'include/basic/sbx.hxx')
-rw-r--r-- | include/basic/sbx.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx index 91351ac77321..a75a8d47d876 100644 --- a/include/basic/sbx.hxx +++ b/include/basic/sbx.hxx @@ -252,16 +252,8 @@ public: virtual void Insert( SbxVariable* ) override; }; -#ifndef SBX_ARRAY_DECL_DEFINED -#define SBX_ARRAY_DECL_DEFINED typedef tools::SvRef<SbxArray> SbxArrayRef; -#endif - -#ifndef SBX_INFO_DECL_DEFINED -#define SBX_INFO_DECL_DEFINED typedef tools::SvRef<SbxInfo> SbxInfoRef; -#endif - typedef tools::SvRef<SbxDimArray> SbxDimArrayRef; #endif |