diff options
Diffstat (limited to 'include/vcl/mnemonicengine.hxx')
-rw-r--r-- | include/vcl/mnemonicengine.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/vcl/mnemonicengine.hxx b/include/vcl/mnemonicengine.hxx index e07298da53ed..c8c40009f468 100644 --- a/include/vcl/mnemonicengine.hxx +++ b/include/vcl/mnemonicengine.hxx @@ -30,14 +30,14 @@ class KeyEvent; -//........................................................................ + namespace vcl { -//........................................................................ - //==================================================================== + + //= IMnemonicEntryList - //==================================================================== + /// callback for a MnemonicEngine class SAL_NO_VTABLE VCL_DLLPUBLIC IMnemonicEntryList { @@ -115,9 +115,9 @@ namespace vcl ~IMnemonicEntryList() {} }; - //==================================================================== + //= MnemonicEngine - //==================================================================== + struct MnemonicEngine_Data; class VCL_DLLPUBLIC MnemonicEngine { @@ -145,9 +145,9 @@ namespace vcl bool HandleKeyEvent( const KeyEvent& _rKEvt ); }; -//........................................................................ + } // namespace vcl -//........................................................................ + #endif // INCLUDED_VCL_MNEMONICENGINE_HXX |