summaryrefslogtreecommitdiffstats
path: root/svx/source/stbctrls/selctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/stbctrls/selctrl.cxx')
-rw-r--r--svx/source/stbctrls/selctrl.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/stbctrls/selctrl.cxx b/svx/source/stbctrls/selctrl.cxx
index 1e97e160f289..6bb61c549c02 100644
--- a/svx/source/stbctrls/selctrl.cxx
+++ b/svx/source/stbctrls/selctrl.cxx
@@ -34,6 +34,8 @@
SFX_IMPL_STATUSBAR_CONTROL(SvxSelectionModeControl, SfxUInt16Item);
+namespace {
+
/// Popup menu to select the selection type
class SelectionTypePopup
{
@@ -48,6 +50,8 @@ public:
sal_uInt16 Execute(vcl::Window* pWindow, const Point& rPopupPos) { return m_xMenu->Execute(pWindow, rPopupPos); }
};
+}
+
sal_uInt16 SelectionTypePopup::id_to_state(const OString& rIdent)
{
if (rIdent == "block")