diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:45:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:45:36 +0300 |
commit | 49ccde0d3d3edaac9473f915011a501058e64002 (patch) | |
tree | 1dcb8a25647eff7f740df8b0b8f589696e87f06d /include/unotools/closeveto.hxx | |
parent | f4e8d2ad0e591b87d2c221761363a3042628d5ff (diff) |
Kill superfluous vertical whitespace
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
Diffstat (limited to 'include/unotools/closeveto.hxx')
-rw-r--r-- | include/unotools/closeveto.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/unotools/closeveto.hxx b/include/unotools/closeveto.hxx index 1f23c11d396b..9beb0b55361e 100644 --- a/include/unotools/closeveto.hxx +++ b/include/unotools/closeveto.hxx @@ -26,12 +26,9 @@ #include <boost/scoped_ptr.hpp> - namespace utl { - - //= CloseVeto struct CloseVeto_Data; @@ -51,10 +48,8 @@ namespace utl ::boost::scoped_ptr< CloseVeto_Data > m_pData; }; - } // namespace dbaui - #endif // INCLUDED_UNOTOOLS_CLOSEVETO_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |