summaryrefslogtreecommitdiffstats
path: root/include/basic/sbxvar.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-06-14 10:32:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-06-14 10:38:13 +0100
commite8a9eba781368101faa37b3803ee4ffb4c050112 (patch)
tree960e80a5d2302440fe51ef377ccacd072491ae66 /include/basic/sbxvar.hxx
parentMinor bugfix for the Color tab (diff)
downloadcore-e8a9eba781368101faa37b3803ee4ffb4c050112.tar.gz
core-e8a9eba781368101faa37b3803ee4ffb4c050112.zip
drop these typedef header guard
Change-Id: If52f2bba475e7a8a5b7c63d5114f2725c9ce8617
Diffstat (limited to 'include/basic/sbxvar.hxx')
-rw-r--r--include/basic/sbxvar.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index 0f66fcf75799..3ee3768a2a07 100644
--- a/include/basic/sbxvar.hxx
+++ b/include/basic/sbxvar.hxx
@@ -209,15 +209,9 @@ inline SbxValue& SbxValue::operator-=( const SbxValue& r )
class SbxArray;
class SbxInfo;
-#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
class SfxBroadcaster;