Kaydet (Commit) c3addf79 authored tarafından Caolán McNamara's avatar Caolán McNamara

nothing inherits from SvxBitmapCtl

Change-Id: Ie1796caf1a53d0beef3ff456f2c4b32213b8977e
üst 76258ecb
...@@ -145,15 +145,15 @@ public: ...@@ -145,15 +145,15 @@ public:
|* Preview control for the display of bitmaps |* Preview control for the display of bitmaps
\************************************************************************/ \************************************************************************/
class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxBitmapCtl class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxBitmapCtl final
{ {
protected: private:
Color aPixelColor, aBackgroundColor; Color aPixelColor, aBackgroundColor;
const sal_uInt16* pBmpArray; const sal_uInt16* pBmpArray;
public: public:
SvxBitmapCtl(); SvxBitmapCtl();
~SvxBitmapCtl(); ~SvxBitmapCtl();
BitmapEx GetBitmapEx(); BitmapEx GetBitmapEx();
......
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