summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/hangulhanjadlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-22 15:00:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-22 15:01:05 +0100
commit871426533f7afe31bc451fa6b407b83db8e52827 (patch)
treeed60cee61ebee91994eaffc9c9a3638836ed2ab4 /cui/source/inc/hangulhanjadlg.hxx
parentshould be > 4, not > 5 (diff)
downloadcore-871426533f7afe31bc451fa6b407b83db8e52827.tar.gz
core-871426533f7afe31bc451fa6b407b83db8e52827.zip
just silence the auto_ptr deprecations in isolation
Diffstat (limited to 'cui/source/inc/hangulhanjadlg.hxx')
-rw-r--r--cui/source/inc/hangulhanjadlg.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/cui/source/inc/hangulhanjadlg.hxx b/cui/source/inc/hangulhanjadlg.hxx
index 94543a8c553a..f6554bbce4d0 100644
--- a/cui/source/inc/hangulhanjadlg.hxx
+++ b/cui/source/inc/hangulhanjadlg.hxx
@@ -113,8 +113,10 @@ namespace svx
class HangulHanjaConversionDialog : public ModalDialog
{
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr< SvxCommonLinguisticControl >
m_pPlayground; // order matters: before all other controls!
+ SAL_WNODEPRECATED_DECLARATIONS_POP
PushButton m_aFind;
SuggestionDisplay m_aSuggestions;
@@ -122,10 +124,12 @@ namespace svx
RadioButton m_aSimpleConversion;
RadioButton m_aHangulBracketed;
RadioButton m_aHanjaBracketed;
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr< RadioButton > m_pHanjaAbove;
::std::auto_ptr< RadioButton > m_pHanjaBelow;
::std::auto_ptr< RadioButton > m_pHangulAbove;
::std::auto_ptr< RadioButton > m_pHangulBelow;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
FixedText m_aConversion;
CheckBox m_aHangulOnly;
CheckBox m_aHanjaOnly;