summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx')
-rw-r--r--fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx b/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx
index ca1b223f745c..47909d7953c9 100644
--- a/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx
+++ b/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx
@@ -45,7 +45,11 @@
// namespace
//-----------------------------------------------------------------------------
-namespace css = ::com::sun::star;
+#ifdef css
+ #error "Clash on using CSS as namespace define."
+#else
+ #define css ::com::sun::star
+#endif
namespace fpicker{
namespace win32{
@@ -69,6 +73,8 @@ class IVistaFilePickerInternalNotify
}}}
+#undef css
+
#endif // FPICKER_WIN32_VISTA_FILEPICKER_INTERNALNOTIFY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */