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

move ImageType enum out of CommandImageResolver.hxx

Change-Id: I0b4da9a4edff8d0f9016fbd79cb205bdf2b35268
üst b07fac2f
...@@ -22,15 +22,6 @@ ...@@ -22,15 +22,6 @@
namespace vcl namespace vcl
{ {
enum class ImageType
{
Size16,
Size26,
Size32,
Small = Size16,
LAST = Size32,
};
class VCL_DLLPUBLIC CommandImageResolver final class VCL_DLLPUBLIC CommandImageResolver final
{ {
private: private:
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/keycod.hxx> #include <vcl/keycod.hxx>
#include <vcl/image.hxx> #include <vcl/image.hxx>
#include <vcl/CommandImageResolver.hxx>
#include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
......
...@@ -36,6 +36,18 @@ struct ImplImage; ...@@ -36,6 +36,18 @@ struct ImplImage;
struct ImplImageList; struct ImplImageList;
namespace com { namespace sun { namespace star { namespace graphic { class XGraphic;} } } } namespace com { namespace sun { namespace star { namespace graphic { class XGraphic;} } } }
namespace vcl
{
enum class ImageType
{
Size16,
Size26,
Size32,
Small = Size16,
LAST = Size32,
};
}
#define IMAGELIST_IMAGE_NOTFOUND ((sal_uInt16)0xFFFF) #define IMAGELIST_IMAGE_NOTFOUND ((sal_uInt16)0xFFFF)
class VCL_DLLPUBLIC Image class VCL_DLLPUBLIC Image
......
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