Kaydet (Commit) 4e1a2eb8 authored tarafından Noel Grandin's avatar Noel Grandin

sal_uIntPtr->unsigned in X11SalBitmap

Change-Id: I4ed777711c1302b3aaa73474b6182214c61b09f2
Reviewed-on: https://gerrit.libreoffice.org/68340
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 7e18b875
...@@ -62,7 +62,7 @@ private: ...@@ -62,7 +62,7 @@ private:
public: public:
static ImplSalBitmapCache* mpCache; static ImplSalBitmapCache* mpCache;
static sal_uIntPtr mnCacheInstCount; static unsigned int mnCacheInstCount;
static void ImplCreateCache(); static void ImplCreateCache();
static void ImplDestroyCache(); static void ImplDestroyCache();
......
...@@ -64,7 +64,7 @@ std::shared_ptr<SalBitmap> X11SalInstance::CreateSalBitmap() ...@@ -64,7 +64,7 @@ std::shared_ptr<SalBitmap> X11SalInstance::CreateSalBitmap()
} }
ImplSalBitmapCache* X11SalBitmap::mpCache = nullptr; ImplSalBitmapCache* X11SalBitmap::mpCache = nullptr;
sal_uLong X11SalBitmap::mnCacheInstCount = 0; unsigned int X11SalBitmap::mnCacheInstCount = 0;
X11SalBitmap::X11SalBitmap() X11SalBitmap::X11SalBitmap()
: mbGrey( false ) : mbGrey( false )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment