summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/condformatdlgentry.hxx6
-rw-r--r--sc/source/ui/inc/condformatdlgitem.hxx6
2 files changed, 2 insertions, 10 deletions
diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx
index 7110115355d6..9f868d8e849b 100644
--- a/sc/source/ui/inc/condformatdlgentry.hxx
+++ b/sc/source/ui/inc/condformatdlgentry.hxx
@@ -25,9 +25,7 @@ class ScDataBarFormat;
class ScIconSetFormat;
struct ScDataBarFormatData;
-namespace condformat {
-
-namespace entry {
+namespace condformat::entry {
enum ScCondFrmtEntryType
{
@@ -42,8 +40,6 @@ enum ScCondFrmtEntryType
}
-}
-
class ScCondFrmtEntry
{
protected:
diff --git a/sc/source/ui/inc/condformatdlgitem.hxx b/sc/source/ui/inc/condformatdlgitem.hxx
index 27df99ef9b54..66efdf4b5090 100644
--- a/sc/source/ui/inc/condformatdlgitem.hxx
+++ b/sc/source/ui/inc/condformatdlgitem.hxx
@@ -14,9 +14,7 @@
#include <memory>
-namespace condformat {
-
-namespace dialog {
+namespace condformat::dialog {
enum ScCondFormatDialogType
{
@@ -30,8 +28,6 @@ enum ScCondFormatDialogType
}
-}
-
class ScConditionalFormatList;
class ScCondFormatDlgItem : public SfxPoolItem