summaryrefslogtreecommitdiff
path: root/svx/source/form/fmpgeimp.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-12-18 07:22:38 +0000
committerFrank Schönheit <fs@openoffice.org>2000-12-18 07:22:38 +0000
commit29c92de2645dc2da97fd1796e02efe83fe941904 (patch)
tree3624491b5327f7df01dfe74cd9a3aca6f9a15766 /svx/source/form/fmpgeimp.cxx
parentf12b357f0654e36145a073c7d714c774e52ce93e (diff)
#82151# put the string constants into a namespace - needed to disambiguate the symbols for solaris
Diffstat (limited to 'svx/source/form/fmpgeimp.cxx')
-rw-r--r--svx/source/form/fmpgeimp.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/form/fmpgeimp.cxx b/svx/source/form/fmpgeimp.cxx
index 1c008a57cf..f3df6390ff 100644
--- a/svx/source/form/fmpgeimp.cxx
+++ b/svx/source/form/fmpgeimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmpgeimp.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: fs $ $Date: 2000-11-24 08:32:07 $
+ * last change: $Author: fs $ $Date: 2000-12-18 08:11:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -169,6 +169,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::sdb;
+using namespace ::svxform;
DBG_NAME(FmFormPageImpl);
//------------------------------------------------------------------------------