Kaydet (Commit) 58ac6147 authored tarafından Jochen Nitschke's avatar Jochen Nitschke Kaydeden (comit) Noel Grandin

remove empty namespaces

Change-Id: I3eae0ecc1ffc5500d3c55abc6554822f5432a50a
Reviewed-on: https://gerrit.libreoffice.org/37173Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst d954a20f
......@@ -96,11 +96,6 @@ void LocalizationMgr::handleTranslationbar ()
// TODO: -> export from toolkit
namespace
{
}
bool isLanguageDependentProperty( const OUString& aName )
{
......
......@@ -18,10 +18,5 @@
*/
#include <basegfx/range/b1drange.hxx>
#include <basegfx/numeric/ftools.hxx>
namespace basegfx
{
} // end of namespace basegfx
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -18,12 +18,5 @@
*/
#include <basegfx/tuple/b2i64tuple.hxx>
#include <rtl/instance.hxx>
namespace { struct EmptyTuple : public rtl::Static<basegfx::B2I64Tuple, EmptyTuple> {}; }
namespace basegfx
{
} // end of namespace basegfx
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -18,12 +18,5 @@
*/
#include <basegfx/tuple/b3ituple.hxx>
#include <rtl/instance.hxx>
namespace { struct EmptyTuple : public rtl::Static<basegfx::B3ITuple, EmptyTuple> {}; }
namespace basegfx
{
} // end of namespace basegfx
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -35,9 +35,6 @@
#include "uno/mapping.h"
#include "cppu/EnvDcp.hxx"
namespace bridges { namespace cpp_uno { namespace shared {
} } }
namespace {
......
......@@ -40,9 +40,6 @@
#include <vector>
namespace com { namespace sun { namespace star {
}}}
namespace cppu {
class OMultiTypeInterfaceContainerHelper;
}
......
......@@ -46,14 +46,6 @@
#define CFID_FIRST_ITEM_ID CFID_FONT
#define CFID_LAST_ITEM_ID CFID_FONTLIST
namespace pcr
{
} // namespace pcr
#endif // INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FONTITEMIDS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -1400,11 +1400,6 @@ namespace pcr
}
namespace
{
}
void OPropertyBrowserController::focusGained( const Reference< XPropertyControl >& Control )
{
m_aControlObservers.notifyEach( &XPropertyControlObserver::focusGained, Control );
......
......@@ -92,8 +92,6 @@ template<typename T> constexpr bool isIncompleteOrDerivedFromVclReferenceBase(
*
* @param reference_type must be a subclass of vcl::Window
*/
namespace detail {
}
template <class reference_type>
class VclPtr
{
......
......@@ -1189,10 +1189,6 @@ void ScInterpreter::ScAdd()
CalculateAddSub(false);
}
namespace {
}
void ScInterpreter::CalculateAddSub(bool _bSub)
{
ScMatrixRef pMat1 = nullptr;
......
......@@ -19,11 +19,4 @@
#include <svgpaint.hxx>
namespace svgio
{
namespace svgreader
{
} // end of namespace svgreader
} // end of namespace svgio
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment