diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-16 11:07:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-16 12:21:08 +0200 |
commit | 751eca72f17f0b4da44338d2c0a1d1097c2b3c4f (patch) | |
tree | 8a28c0e0835b799f31550b028982f33d8841eeda /editeng/inc | |
parent | d8d7bd68abfcd38bc5d7e7356cad50d9b44d5625 (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: Ifff80c025d9e3309190330931e1eb49e8ea7f9e4
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/numitem.hxx | 3 | ||||
-rw-r--r-- | editeng/inc/editeng/svxacorr.hxx | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/editeng/inc/editeng/numitem.hxx b/editeng/inc/editeng/numitem.hxx index 98b410c3932c..60dd5ab3fa79 100644 --- a/editeng/inc/editeng/numitem.hxx +++ b/editeng/inc/editeng/numitem.hxx @@ -46,7 +46,6 @@ class SvxBrushItem; class Font; class Graphic; class SvxNodeNum; -class BitmapEx; namespace com{namespace sun{ namespace star{ namespace text{ class XNumberingFormatter; @@ -161,8 +160,6 @@ private: String sCharStyleName; // Character Style - BitmapEx* pScaledImageCache; // Image scaled to aGraphicSize, only cached for WINDOW/VDEV - DECL_STATIC_LINK( SvxNumberFormat, GraphicArrived, void * ); virtual void NotifyGraphicArrived(); public: diff --git a/editeng/inc/editeng/svxacorr.hxx b/editeng/inc/editeng/svxacorr.hxx index b15e63f27d16..862bf1da71f5 100644 --- a/editeng/inc/editeng/svxacorr.hxx +++ b/editeng/inc/editeng/svxacorr.hxx @@ -163,7 +163,6 @@ class EDITENG_DLLPUBLIC SvxAutoCorrectLanguageLists Date aModifiedDate; Time aModifiedTime, aLastCheckTime; - LanguageType eLanguage; //LANGUAGE_DONTKNOW use for all languages SvStringsISortDtor* pCplStt_ExcptLst; SvStringsISortDtor* pWrdStt_ExcptLst; SvxAutocorrWordList* pAutocorr_List; @@ -187,8 +186,7 @@ class EDITENG_DLLPUBLIC SvxAutoCorrectLanguageLists public: SvxAutoCorrectLanguageLists( SvxAutoCorrect& rParent, const String& rShareAutoCorrectFile, - const String& rUserAutoCorrectFile, - LanguageType eLang); + const String& rUserAutoCorrectFile); ~SvxAutoCorrectLanguageLists(); // Load, Set, Get - the replacement list |