summaryrefslogtreecommitdiff
path: root/include/vcl/image.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/image.hxx')
-rw-r--r--include/vcl/image.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index e5c045feeccf..9e180f8faacc 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -85,7 +85,7 @@ private:
class VCL_DLLPUBLIC ImageList
{
public:
- explicit ImageList( sal_uInt16 nInit = 8, sal_uInt16 nGrow = 4 );
+ explicit ImageList();
explicit ImageList( const ResId& rResId );
ImageList( const std::vector<OUString>& rNameVector,
const OUString& rPrefix);
@@ -129,8 +129,6 @@ public:
private:
ImplImageList* mpImplData;
- sal_uInt16 mnInitSize;
- sal_uInt16 mnGrowSize;
SAL_DLLPRIVATE void ImplInit( sal_uInt16 nItems, const Size &rSize );
SAL_DLLPRIVATE sal_uInt16 ImplGetImageId( const OUString& rImageName ) const;