summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-05-15 13:27:19 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-05-15 17:55:15 +0000
commit5b1337f7b2e1f79d78d4bf6559bd84f1ebb934bf (patch)
tree82704da8367f25963d08c570a4fa57e30e4ca839 /cui/source/dialogs
parent6fbda0905d4e721392038bfad9e173e180f788ee (diff)
tdf#62475: partial handmade fixes
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'cui/source/dialogs')
-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: */