summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/calc/CTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/calc/CTable.hxx')
-rw-r--r--connectivity/source/inc/calc/CTable.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/calc/CTable.hxx b/connectivity/source/inc/calc/CTable.hxx
index b9835c222fc4..a8f49b661bc4 100644
--- a/connectivity/source/inc/calc/CTable.hxx
+++ b/connectivity/source/inc/calc/CTable.hxx
@@ -31,9 +31,7 @@ namespace com::sun::star::util {
}
-namespace connectivity
-{
- namespace calc
+namespace connectivity::calc
{
typedef component::OComponentTable OCalcTable_BASE;
class OCalcConnection;
@@ -72,7 +70,7 @@ namespace connectivity
void construct() override;
};
- }
+
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */