summaryrefslogtreecommitdiff
path: root/include/unotools/configvaluecontainer.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/configvaluecontainer.hxx
parentf4e8d2ad0e591b87d2c221761363a3042628d5ff (diff)
Kill superfluous vertical whitespace
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
Diffstat (limited to 'include/unotools/configvaluecontainer.hxx')
-rw-r--r--include/unotools/configvaluecontainer.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/unotools/configvaluecontainer.hxx b/include/unotools/configvaluecontainer.hxx
index 14a9dfc7a4e1..8c84678dbc43 100644
--- a/include/unotools/configvaluecontainer.hxx
+++ b/include/unotools/configvaluecontainer.hxx
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <osl/mutex.hxx>
-
namespace utl
{
-
#define CVC_READONLY_ACCESS 0x0000
#define CVC_UPDATE_ACCESS 0x0001
@@ -94,7 +92,6 @@ namespace utl
/// dtor
~OConfigurationValueContainer();
-
// registering data containers
/** registers a data accessor of an arbitrary type.
@@ -174,10 +171,8 @@ namespace utl
void implRegisterExchangeLocation( const NodeValueAccessor& _rAccessor );
};
-
} // namespace utl
-
#endif // INCLUDED_UNOTOOLS_CONFIGVALUECONTAINER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */