From d95d58af08a35d8a6f9a7713a556915091863f11 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 1 Jun 2012 01:04:20 +0900 Subject: nuke unused namespace Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976 --- configmgr/source/localizedpropertynode.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configmgr') diff --git a/configmgr/source/localizedpropertynode.cxx b/configmgr/source/localizedpropertynode.cxx index 270485835228..b28fc4108da5 100644 --- a/configmgr/source/localizedpropertynode.cxx +++ b/configmgr/source/localizedpropertynode.cxx @@ -40,12 +40,6 @@ namespace configmgr { -namespace { - -namespace css = com::sun::star; - -} - LocalizedPropertyNode::LocalizedPropertyNode( int layer, Type staticType, bool nillable): Node(layer), staticType_(staticType), nillable_(nillable) -- cgit