[Libreoffice-commits] .: sfx2/source
Takeshi Abe
tabe at kemper.freedesktop.org
Fri Nov 11 14:34:52 PST 2011
sfx2/source/appl/sfxpicklist.cxx | 4 ----
sfx2/source/inc/sfxpicklist.hxx | 2 --
2 files changed, 6 deletions(-)
New commits:
commit 48f67acf8f13e10c892847b77a16712cfa01d6af
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Sat Nov 12 07:28:44 2011 +0900
removed unused variable
diff --git a/sfx2/source/appl/sfxpicklist.cxx b/sfx2/source/appl/sfxpicklist.cxx
index 0be0c5d..c3332d9 100644
--- a/sfx2/source/appl/sfxpicklist.cxx
+++ b/sfx2/source/appl/sfxpicklist.cxx
@@ -70,10 +70,6 @@ using namespace ::com::sun::star::util;
// ----------------------------------------------------------------------------
-SfxPickList* SfxPickList::pUniqueInstance = 0;
-
-// ----------------------------------------------------------------------------
-
class StringLength : public ::cppu::WeakImplHelper1< XStringWidth >
{
public:
diff --git a/sfx2/source/inc/sfxpicklist.hxx b/sfx2/source/inc/sfxpicklist.hxx
index 7990905..80a7f87 100644
--- a/sfx2/source/inc/sfxpicklist.hxx
+++ b/sfx2/source/inc/sfxpicklist.hxx
@@ -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;
More information about the Libreoffice-commits
mailing list