diff options
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/localizedpropertynode.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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) |