summaryrefslogtreecommitdiff
path: root/framework/inc/xml/acceleratorconfigurationwriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/acceleratorconfigurationwriter.hxx')
-rw-r--r--framework/inc/xml/acceleratorconfigurationwriter.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/framework/inc/xml/acceleratorconfigurationwriter.hxx b/framework/inc/xml/acceleratorconfigurationwriter.hxx
index e0119b729b63..00190cbfe381 100644
--- a/framework/inc/xml/acceleratorconfigurationwriter.hxx
+++ b/framework/inc/xml/acceleratorconfigurationwriter.hxx
@@ -34,21 +34,21 @@ namespace framework{
class AcceleratorConfigurationWriter : private ThreadHelpBase
{
- //-------------------------------------------
+
// member
private:
- //---------------------------------------
+
/** @short needed to write the xml configuration. */
css::uno::Reference< css::xml::sax::XDocumentHandler > m_xConfig;
- //---------------------------------------
+
/** @short reference to the outside container, where this
writer must work on. */
const AcceleratorCache& m_rContainer;
- //---------------------------------------
+
/** @short is used to map key codes to its
string representation.
@@ -57,12 +57,12 @@ class AcceleratorConfigurationWriter : private ThreadHelpBase
alive forever ...*/
::salhelper::SingletonRef< KeyMapping > m_rKeyMapping;
- //-------------------------------------------
+
// interface
public:
- //---------------------------------------
+
/** @short connect this new writer instance
to an outside container, which should be
flushed to the underlying XML configuration.
@@ -76,20 +76,20 @@ class AcceleratorConfigurationWriter : private ThreadHelpBase
AcceleratorConfigurationWriter(const AcceleratorCache& rContainer,
const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig );
- //---------------------------------------
+
/** @short does nothing real ... */
virtual ~AcceleratorConfigurationWriter();
- //---------------------------------------
+
/** @short TODO */
virtual void flush();
- //-------------------------------------------
+
// helper
private:
- //---------------------------------------
+
/** @short TODO */
void impl_ts_writeKeyCommandPair(const css::awt::KeyEvent& aKey ,
const OUString& sCommand,