summaryrefslogtreecommitdiff
path: root/forms/source/xforms/propertysetbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/propertysetbase.hxx')
-rw-r--r--forms/source/xforms/propertysetbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx
index 630934270a79..d6ba2efda2eb 100644
--- a/forms/source/xforms/propertysetbase.hxx
+++ b/forms/source/xforms/propertysetbase.hxx
@@ -28,11 +28,11 @@
#include <map>
-namespace com { namespace sun { namespace star { namespace uno {
+namespace com::sun::star::uno {
class Any;
class RuntimeException;
template<class T> class Sequence;
-} } } }
+}
/** base class which encapsulates accessing (reading/writing) concrete property values
*/