summaryrefslogtreecommitdiff
path: root/include/unotools/closeveto.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:45:36 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:45:36 +0300
commit49ccde0d3d3edaac9473f915011a501058e64002 (patch)
tree1dcb8a25647eff7f740df8b0b8f589696e87f06d /include/unotools/closeveto.hxx
parentf4e8d2ad0e591b87d2c221761363a3042628d5ff (diff)
Kill superfluous vertical whitespace
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
Diffstat (limited to 'include/unotools/closeveto.hxx')
-rw-r--r--include/unotools/closeveto.hxx5
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: */