summaryrefslogtreecommitdiffstats
path: root/UnoControls
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/controls/framecontrol.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx
index a954c112d6f1..004facf6f942 100644
--- a/UnoControls/source/controls/framecontrol.cxx
+++ b/UnoControls/source/controls/framecontrol.cxx
@@ -44,6 +44,8 @@ using namespace ::com::sun::star::util;
namespace unocontrols {
+namespace {
+
enum PropertyHandle // values represent index in PropertyArray
{ // for FrameControl
Componenturl = 0,
@@ -51,6 +53,8 @@ enum PropertyHandle // values represent index in PropertyArray
Loaderarguments = 2
};
+}
+
// construct/destruct
FrameControl::FrameControl( const Reference< XComponentContext >& rxContext)