summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/hangulhanjadlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/hangulhanjadlg.cxx')
-rw-r--r--cui/source/dialogs/hangulhanjadlg.cxx30
1 files changed, 1 insertions, 29 deletions
diff --git a/cui/source/dialogs/hangulhanjadlg.cxx b/cui/source/dialogs/hangulhanjadlg.cxx
index 49131f3049c7..839cb1f5d3b1 100644
--- a/cui/source/dialogs/hangulhanjadlg.cxx
+++ b/cui/source/dialogs/hangulhanjadlg.cxx
@@ -76,8 +76,6 @@ namespace svx
};
}
- //= PseudoRubyText
-
/** a class which allows to draw two texts in a pseudo-ruby way (which basically
means one text above or below the other, and a little bit smaller)
*/
@@ -209,8 +207,6 @@ namespace svx
*_pSecondaryLocation = aSecondaryRect;
}
- //= RubyRadioButton
-
class RubyRadioButton : public RadioButton
{
@@ -332,8 +328,6 @@ namespace svx
VCL_BUILDER_FACTORY_ARGS(RubyRadioButton, WB_LEFT|WB_VCENTER)
- //= SuggestionSet
-
SuggestionSet::SuggestionSet( vcl::Window* pParent )
: ValueSet( pParent, pParent->GetStyle() | WB_BORDER )
@@ -369,10 +363,6 @@ namespace svx
Clear();
}
-
- //= SuggestionDisplay
-
-
SuggestionDisplay::SuggestionDisplay( vcl::Window* pParent, WinBits nBits )
: Control( pParent, nBits )
, m_bDisplayListBox( true )
@@ -553,9 +543,6 @@ namespace svx
VCL_BUILDER_FACTORY_ARGS( SuggestionDisplay, WB_ITEMBORDER | WB_FLATVALUESET | WB_VSCROLL );
-
- //= HangulHanjaConversionDialog
-
HangulHanjaConversionDialog::HangulHanjaConversionDialog( vcl::Window* _pParent, HHC::ConversionDirection _ePrimaryDirection )
:ModalDialog( _pParent, "HangulHanjaConversionDialog", "cui/ui/hangulhanjaconversiondialog.ui" )
,m_pIgnoreNonPrimary( NULL )
@@ -946,11 +933,6 @@ namespace svx
}
-
- //= HangulHanjaOptionsDialog
-
-
-
void HangulHanjaOptionsDialog::Init()
{
if( !m_xConversionDictionaryList.is() )
@@ -1212,11 +1194,6 @@ namespace svx
pEntry->SetUserData( new OUString( _rName ) );
}
-
- //= HangulHanjaNewDictDialog
-
-
-
IMPL_LINK_NOARG(HangulHanjaNewDictDialog, OKHdl)
{
OUString aName(comphelper::string::stripEnd(m_pDictNameED->GetText(), ' '));
@@ -1269,11 +1246,6 @@ namespace svx
return m_bEntered;
}
-
- //= HangulHanjaEditDictDialog
-
-
-
class SuggestionList
{
private:
@@ -1885,7 +1857,7 @@ namespace svx
}
-} // namespace svx
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */