summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-12-07 15:15:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-12-07 15:15:26 +0000
commit78efb3fe01c8ab9e36ee9446291f178b2648a401 (patch)
tree9f917dab42b7843cc5f192db47f95fc2da25b12a /basctl
parenta2fd056cd67f250a67232e65a4d3151352156fa1 (diff)
#58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basides2.cxx6
-rw-r--r--basctl/source/basicide/basides3.cxx6
-rw-r--r--basctl/source/basicide/basidesh.cxx6
-rw-r--r--basctl/source/basicide/bastype4.hxx6
4 files changed, 12 insertions, 12 deletions
diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx
index 57cc24f99f11..0a6d2bd24e03 100644
--- a/basctl/source/basicide/basides2.cxx
+++ b/basctl/source/basicide/basides2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basides2.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2000-09-29 11:02:36 $
+ * last change: $Author: hr $ $Date: 2000-12-07 16:15:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
#endif
#pragma hdrstop
-#define __PRIVATE 1
+#define _SOLAR__PRIVATE 1
#include <vcl/rcid.h>
#include <vcl/sound.hxx>
diff --git a/basctl/source/basicide/basides3.cxx b/basctl/source/basicide/basides3.cxx
index 4512ed85feee..76f648868985 100644
--- a/basctl/source/basicide/basides3.cxx
+++ b/basctl/source/basicide/basides3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basides3.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2000-09-29 11:02:36 $
+ * last change: $Author: hr $ $Date: 2000-12-07 16:15:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
#pragma hdrstop
-#define __PRIVATE 1
+#define _SOLAR__PRIVATE 1
#include <basidesh.hxx>
#include <baside3.hxx>
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index 7ab5e23d63f7..3c1e6005a9cd 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basidesh.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mt $ $Date: 2000-10-19 09:19:37 $
+ * last change: $Author: hr $ $Date: 2000-12-07 16:15:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
#pragma hdrstop
-#define __PRIVATE 1
+#define _SOLAR__PRIVATE 1
#ifndef _SBXCLASS_HXX //autogen
#include <svtools/sbx.hxx>
diff --git a/basctl/source/basicide/bastype4.hxx b/basctl/source/basicide/bastype4.hxx
index 5679fbc3da9c..596fb7fc9350 100644
--- a/basctl/source/basicide/bastype4.hxx
+++ b/basctl/source/basicide/bastype4.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bastype4.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2000-09-29 11:02:36 $
+ * last change: $Author: hr $ $Date: 2000-12-07 16:15:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@ class ExtendedTabBar : public TabBar
EditEngine* pEditEngine;
EditView* pEditView;
BOOL bIsInKeyInput;
-#if __PRIVATE
+#if _SOLAR__PRIVATE
void ImpCheckEditEngine( BOOL bKeepNewText );
#endif
protected: