removed unused variable
This commit is contained in:
@@ -70,10 +70,6 @@ using namespace ::com::sun::star::util;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
SfxPickList* SfxPickList::pUniqueInstance = 0;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class StringLength : public ::cppu::WeakImplHelper1< XStringWidth >
|
||||
{
|
||||
public:
|
||||
|
@@ -52,8 +52,6 @@ class SfxPickList : public SfxListener
|
||||
String aOptions;
|
||||
};
|
||||
|
||||
static SfxPickList* pUniqueInstance;
|
||||
|
||||
std::vector< PickListEntry* > m_aPicklistVector;
|
||||
sal_uInt32 m_nAllowedMenuSize;
|
||||
::com::sun::star::uno::Reference< ::com::sun::star::util::XStringWidth > m_xStringLength;
|
||||
|
Reference in New Issue
Block a user