diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-30 00:32:52 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-30 00:56:42 +0100 |
commit | 049ce78144650d92eb6bd73292868f73d37c9010 (patch) | |
tree | f2296358bc0f211620c3b0867568b2c51af5f45f /fpicker | |
parent | cd41b59eb295c89d3849b9a2089bee8b897ddc06 (diff) |
remove local css definitions
follow-up of 66a175834c39ccde9475eac3adb72a843110d01f
Change-Id: I1c495041ccc4db4dd9554d49b6324e989fa46c60
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx | 8 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/vistatypes.h | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx b/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx index 2800b63202a8..466061ea60c2 100644 --- a/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx +++ b/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx @@ -28,12 +28,6 @@ #include <shobjidl.h> -#ifdef css - #error "Clash on using CSS as namespace define." -#else - #define css ::com::sun::star -#endif - namespace fpicker{ namespace win32{ namespace vista{ @@ -56,8 +50,6 @@ class IVistaFilePickerInternalNotify }}} -#undef css - #endif // FPICKER_WIN32_VISTA_FILEPICKER_INTERNALNOTIFY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/fpicker/source/win32/filepicker/vistatypes.h b/fpicker/source/win32/filepicker/vistatypes.h index 3f95918c336a..f7ebd22d9f16 100644 --- a/fpicker/source/win32/filepicker/vistatypes.h +++ b/fpicker/source/win32/filepicker/vistatypes.h @@ -23,12 +23,6 @@ #include "comptr.hxx" #include <shobjidl.h> -#ifdef css - #error "Clash on using CSS as namespace define." -#else - #define css ::com::sun::star -#endif - namespace fpicker{ namespace win32{ namespace vista{ @@ -47,8 +41,6 @@ typedef ComPtr< IFileDialogCustomize, IID_IFileDialogCustomize } // namespace win32 } // namespace fpicker -#undef css - #endif // FPICKER_WIN32_VISTA_TYPES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |