diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:54 +0200 |
commit | 2beba8f93e7991372dd45351c92c50f7850dc46a (patch) | |
tree | 15dfae00223ccc7fdbfe2e06a3d931b97fded890 /svl | |
parent | 49ad17e2b1aef65fad357b9c540ab36189233dd3 (diff) |
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/config/itemholder2.cxx | 2 | ||||
-rw-r--r-- | svl/source/config/itemholder2.hxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/svl/source/config/itemholder2.cxx b/svl/source/config/itemholder2.cxx index 82c8ad0d0b15..96f75247cef1 100644 --- a/svl/source/config/itemholder2.cxx +++ b/svl/source/config/itemholder2.cxx @@ -35,8 +35,6 @@ namespace css = ::com::sun::star; -//----------------------------------------------- -// declarations //----------------------------------------------- ItemHolder2::ItemHolder2() diff --git a/svl/source/config/itemholder2.hxx b/svl/source/config/itemholder2.hxx index 5c98b5d11dd8..d8b43bde8ece 100644 --- a/svl/source/config/itemholder2.hxx +++ b/svl/source/config/itemholder2.hxx @@ -29,8 +29,6 @@ namespace css = ::com::sun::star; -//----------------------------------------------- -// definitions class ItemHolder2 : private ItemHolderMutexBase , public ::cppu::WeakImplHelper1< css::lang::XEventListener > |