summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app/i18n_im.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/app/i18n_im.cxx')
-rw-r--r--vcl/unx/generic/app/i18n_im.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/vcl/unx/generic/app/i18n_im.cxx b/vcl/unx/generic/app/i18n_im.cxx
index 576023b3621b..04c88e0c8deb 100644
--- a/vcl/unx/generic/app/i18n_im.cxx
+++ b/vcl/unx/generic/app/i18n_im.cxx
@@ -49,10 +49,10 @@ extern "C" char * XSetIMValues(XIM im, ...);
#endif
-//
+
// kinput2 IME needs special key handling since key release events are filtered in
// preeditmode and XmbResetIC does not work
-//
+
bool
@@ -144,9 +144,9 @@ XKeyEventOp::match (const XKeyEvent &rEvent) const
}
-//
+
// locale handling
-//
+
// Locale handling of the operating system layer
@@ -263,9 +263,9 @@ SalI18N_InputMethod::PosixLocale()
}
-//
+
// Constructor / Destructor / Initialisation
-//
+
SalI18N_InputMethod::SalI18N_InputMethod( ) : mbUseable( bUseInputMethodDefault ),
@@ -286,10 +286,10 @@ SalI18N_InputMethod::~SalI18N_InputMethod()
XCloseIM ( maMethod );
}
-//
+
// XXX
// debug routine: lets have a look at the provided method styles
-//
+
#if OSL_DEBUG_LEVEL > 1
@@ -352,10 +352,10 @@ PrintInputStyle( XIMStyles *pStyle )
#endif
-//
+
// this is the real constructing routine, since locale setting has to be done
// prior to xopendisplay, the xopenim call has to be delayed
-//
+
bool
SalI18N_InputMethod::CreateMethod ( Display *pDisplay )
@@ -401,9 +401,9 @@ SalI18N_InputMethod::CreateMethod ( Display *pDisplay )
return mbUseable;
}
-//
+
// give IM the opportunity to look at the event, and possibly hide it
-//
+
bool
SalI18N_InputMethod::FilterEvent( XEvent *pEvent, XLIB_Window window )
@@ -447,14 +447,14 @@ SalI18N_InputMethod::HandleDestroyIM()
}
-//
+
// add a connection watch into the SalXLib yieldTable to allow iiimp
// connection processing: soffice waits in select() not in XNextEvent(), so
// there may be requests pending on the iiimp internal connection that will
// not be processed until XNextEvent is called the next time. If we do not
// have the focus because the atok12 lookup choice aux window has it we stay
// deaf and dump otherwise.
-//
+
int