removed unused variable

This commit is contained in:
Takeshi Abe
2011-11-12 07:28:44 +09:00
parent c1758889cb
commit 48f67acf8f
2 changed files with 0 additions and 6 deletions

View File

@@ -70,10 +70,6 @@ using namespace ::com::sun::star::util;
// ----------------------------------------------------------------------------
SfxPickList* SfxPickList::pUniqueInstance = 0;
// ----------------------------------------------------------------------------
class StringLength : public ::cppu::WeakImplHelper1< XStringWidth >
{
public:

View File

@@ -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;