summaryrefslogtreecommitdiff
path: root/svl/inc/svl/svstdarr.hxx
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@openoffice.org>2010-10-04 20:43:33 +0200
committerBartosz Kosiorek <gang65@openoffice.org>2010-10-04 20:43:33 +0200
commit6d97433df43ec0dbd20c026f0b3701ff723ec973 (patch)
treef8c50024c1899a29334fb43feed42dc8a6c37f03 /svl/inc/svl/svstdarr.hxx
parent3fa1828b93f714b5a030bc8eef1e0693e86dbcd0 (diff)
svarray: #i112395#: SvBytes replace with STL
Diffstat (limited to 'svl/inc/svl/svstdarr.hxx')
-rw-r--r--svl/inc/svl/svstdarr.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/svl/inc/svl/svstdarr.hxx b/svl/inc/svl/svstdarr.hxx
index e4ed968caabc..bc3ef2834d82 100644
--- a/svl/inc/svl/svstdarr.hxx
+++ b/svl/inc/svl/svstdarr.hxx
@@ -46,12 +46,7 @@
typedef std::deque< BOOL > SvBools;
-//#ifdef _SVSTDARR_BYTES
-#ifndef _SVSTDARR_BYTES_DECL
-SV_DECL_VARARR_VISIBILITY( SvBytes, BYTE, 1, 1, SVL_DLLPUBLIC )
-#define _SVSTDARR_BYTES_DECL
-#endif
-//#endif
+typedef std::deque< BYTE > SvBytes;
//#ifdef _SVSTDARR_ULONGS
#ifndef _SVSTDARR_ULONGS_DECL