summaryrefslogtreecommitdiff
path: root/framework/source/helper/actiontriggerhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/helper/actiontriggerhelper.cxx')
-rw-r--r--framework/source/helper/actiontriggerhelper.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/helper/actiontriggerhelper.cxx b/framework/source/helper/actiontriggerhelper.cxx
index 74515b1eefa4..e75b2609d26a 100644
--- a/framework/source/helper/actiontriggerhelper.cxx
+++ b/framework/source/helper/actiontriggerhelper.cxx
@@ -45,13 +45,14 @@
const USHORT START_ITEMID = 1000;
-using namespace rtl;
using namespace com::sun::star::awt;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::beans;
using namespace com::sun::star::container;
+using ::rtl::OUString;
+
namespace framework
{