diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-12-18 07:22:38 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-12-18 07:22:38 +0000 |
commit | 859e6499a71487d969dfb0a5bea9ca40539767d1 (patch) | |
tree | 8b49dff0412f972f9d4617148634be8a36e2aaeb /svx/source/fmcomp/gridcell.cxx | |
parent | b1549b9791b997568075882b4c1a911a8ddd4231 (diff) |
#82151# put the string constants into a namespace - needed to disambiguate the symbols for solaris
Diffstat (limited to 'svx/source/fmcomp/gridcell.cxx')
-rw-r--r-- | svx/source/fmcomp/gridcell.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 955a7f026435..54624df5df64 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -2,9 +2,9 @@ * * $RCSfile: gridcell.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: oj $ $Date: 2000-11-06 07:53:20 $ + * last change: $Author: fs $ $Date: 2000-12-18 07:56:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -171,7 +171,8 @@ #include <math.h> -using namespace connectivity; +using namespace ::connectivity; +using namespace ::svxform; // An irgendeiner Stelle dieser include-Orgie hier gehen die defines fuer WB_LEFT und WB_RIGHT verloren, und ich habe einfach // nicht herausgefunden, wo. Also eben ein Hack. #define WB_LEFT ((WinBits)0x00004000) |