summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/swpossizetabpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/swpossizetabpage.cxx')
-rw-r--r--cui/source/tabpages/swpossizetabpage.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/cui/source/tabpages/swpossizetabpage.cxx b/cui/source/tabpages/swpossizetabpage.cxx
index 46a210559892..33a0649d21e6 100644
--- a/cui/source/tabpages/swpossizetabpage.cxx
+++ b/cui/source/tabpages/swpossizetabpage.cxx
@@ -41,8 +41,12 @@ using namespace ::com::sun::star::text;
#define SwFPos SvxSwFramePosString
+namespace {
+
enum class LB;
+}
+
struct FrmMap
{
SvxSwFramePosString::StringId eStrId;
@@ -64,6 +68,8 @@ struct StringIdPair_Impl
SvxSwFramePosString::StringId eVert;
};
+namespace {
+
enum class LB {
NONE = 0x000000,
Frame = 0x000001, // paragraph text area
@@ -96,6 +102,9 @@ enum class LB {
LAST = VertLine
};
+
+}
+
namespace o3tl {
template<> struct typed_flags<LB> : is_typed_flags<LB, 0x0fffff> {};
}