diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 17:41:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 21:09:17 +0000 |
commit | 6a38eace8c0936c507cb02b8d0dd09e837a183fd (patch) | |
tree | 9e18f9ce684163df20fad17a6dcfe68f539c94e4 /basic/source/inc/dlgcont.hxx | |
parent | 5fce5642b65459fe165bcab5fd7d9217d3aee4ed (diff) |
Remove visual noise from basic
Change-Id: I10865b94f67de39e9dbcbe71ede42aa94d81db61
Reviewed-on: https://gerrit.libreoffice.org/8234
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basic/source/inc/dlgcont.hxx')
-rw-r--r-- | basic/source/inc/dlgcont.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/inc/dlgcont.hxx b/basic/source/inc/dlgcont.hxx index 5688a6046880..a22fdb872e36 100644 --- a/basic/source/inc/dlgcont.hxx +++ b/basic/source/inc/dlgcont.hxx @@ -31,7 +31,7 @@ namespace basic { -//============================================================================ + class SfxDialogLibraryContainer : public SfxLibraryContainer { @@ -97,7 +97,7 @@ public: throw( ::com::sun::star::uno::Exception ); }; -//============================================================================ + typedef ::cppu::ImplHelper1 < ::com::sun::star::resource::XStringResourceSupplier > SfxDialogLibrary_BASE; |