diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-08-02 16:48:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-02 16:48:46 +0300 |
commit | c2dcbd8a83e3ea2945349518602ec0ce605fb95a (patch) | |
tree | a1efeea0504b73c4b764ca1267b4296a27d00da7 /cui | |
parent | 11bd7758e3bbfcee28343f0f4c233fa3dc4180fb (diff) |
WaE: private fields 'pHelpBtn' and 'pCloseBtn' are not used
Change-Id: I58db64a58eadb07f06acddc21b9a1d4a424b1ea4
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/optdict.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/optdict.hxx b/cui/source/inc/optdict.hxx index 05d91c1a3428..51682ee4302b 100644 --- a/cui/source/inc/optdict.hxx +++ b/cui/source/inc/optdict.hxx @@ -111,8 +111,6 @@ private: PushButton* pNewReplacePB; PushButton* pDeletePB; - HelpButton* pHelpBtn; - CancelButton* pCloseBtn; String sModify; String sNew; DecorationView aDecoView; |