diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 15:14:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 15:14:21 +0000 |
commit | cc03782536448f28bf91f2b08fb7c80a6e210f74 (patch) | |
tree | b0455d11f082b54905125c0b6039ae02e02fbd98 /canvas/source/directx/dx_spritecanvas.cxx | |
parent | 82f437f32576de2ee0fb1c185054a7d38df6073a (diff) |
INTEGRATION: CWS mingwport09 (1.2.12); FILE MERGED
2007/12/11 12:46:17 vg 1.2.12.1: #i83133# catch-up fixes for MinGW port
Diffstat (limited to 'canvas/source/directx/dx_spritecanvas.cxx')
-rwxr-xr-x | canvas/source/directx/dx_spritecanvas.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/canvas/source/directx/dx_spritecanvas.cxx b/canvas/source/directx/dx_spritecanvas.cxx index 564e8b1ecaf4..5276d1f2111b 100755 --- a/canvas/source/directx/dx_spritecanvas.cxx +++ b/canvas/source/directx/dx_spritecanvas.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dx_spritecanvas.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2007-11-01 17:56:53 $ + * last change: $Author: obo $ $Date: 2008-01-04 16:14:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,8 +66,8 @@ using namespace ::com::sun::star; # define CANVAS_NAME "DX9Canvas" #endif -#define SERVICE_NAME "com.sun.star.rendering." ## CANVAS_NAME -#define IMPLEMENTATION_NAME "com.sun.star.comp.rendering." ## CANVAS_NAME +#define SERVICE_NAME "com.sun.star.rendering." CANVAS_NAME +#define IMPLEMENTATION_NAME "com.sun.star.comp.rendering." CANVAS_NAME namespace dxcanvas |