diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:51:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 07:42:24 -0600 |
commit | b1181b89f3c6a0b435f49d9b2bfa18db2b5f6f3c (patch) | |
tree | 1ccd7fbb50f8ef1a6ac846e178550da83cd263ca /svx/source/inc/charmapacc.hxx | |
parent | 060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (diff) |
Remove visual noise from svx
Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad
Reviewed-on: https://gerrit.libreoffice.org/8321
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/inc/charmapacc.hxx')
-rw-r--r-- | svx/source/inc/charmapacc.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/inc/charmapacc.hxx b/svx/source/inc/charmapacc.hxx index d1c0962e2ad1..05b051cbf651 100644 --- a/svx/source/inc/charmapacc.hxx +++ b/svx/source/inc/charmapacc.hxx @@ -87,9 +87,9 @@ namespace svx class SvxShowCharSetItemAcc; - // ---------------- + // - SvxShowCharSetItem - - // ---------------- + /** Simple struct to hold some information about the single items of the table. */ struct SvxShowCharSetItem @@ -109,14 +109,14 @@ namespace svx void ClearAccessible(); }; - // ----------------------------------------------------------------------------- + typedef ::cppu::ImplHelper2 < ::com::sun::star::accessibility::XAccessible, ::com::sun::star::accessibility::XAccessibleTable > OAccessibleHelper_Base; - // --------------- + // - SvxShowCharSetAcc - - // --------------- + /** The table implemtentation of the vcl control. */ @@ -203,9 +203,9 @@ namespace svx virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException); }; - // ---------------- + // - SvxShowCharSetItemAcc - - // ---------------- + /** The child implementation of the table. */ class SvxShowCharSetItemAcc : public ::comphelper::OAccessibleComponentHelper, |