summaryrefslogtreecommitdiff
path: root/vcl/inc/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/image.h')
-rw-r--r--vcl/inc/image.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/vcl/inc/image.h b/vcl/inc/image.h
index d8b1ab639cbe..d9de98caa13f 100644
--- a/vcl/inc/image.h
+++ b/vcl/inc/image.h
@@ -24,10 +24,8 @@
#include <boost/unordered_map.hpp>
-
// - ImplImageBmp -
-
class ImplImageBmp
{
public:
@@ -56,16 +54,12 @@ private: // prevent assignment and copy construction
void operator=( const ImplImageBmp& );
};
-
// - ImageTypes -
-
enum ImageType { IMAGETYPE_BITMAP, IMAGETYPE_IMAGE };
-
// - ImplImageList -
-
struct ImageAryData
{
OUString maName;
@@ -84,8 +78,6 @@ struct ImageAryData
ImageAryData& operator=( const ImageAryData& rData );
};
-
-
struct ImplImageList
{
typedef std::vector<ImageAryData *> ImageAryDataVec;
@@ -107,10 +99,8 @@ struct ImplImageList
void RemoveImage( sal_uInt16 nPos );
};
-
// - ImplImageRefData -
-
struct ImplImageRefData
{
ImplImageList* mpImplData;
@@ -122,10 +112,8 @@ struct ImplImageRefData
bool IsEqual( const ImplImageRefData& rData );
};
-
// - ImpImageData -
-
struct ImplImageData
{
ImplImageBmp* mpImageBitmap;
@@ -137,10 +125,8 @@ struct ImplImageData
bool IsEqual( const ImplImageData& rData );
};
-
// - ImplImage -
-
struct ImplImage
{
sal_uIntPtr mnRefCount;