summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2000-12-07 07:44:52 +0000
committerKai Ahrens <ka@openoffice.org>2000-12-07 07:44:52 +0000
commited7bd30cfe9b177023d210aa139c5f1e877844b1 (patch)
tree2f8397a8b4cf9db84b1e270f92e55508a686c050 /extensions
parent2c93bb64539899ef28c8670482b6878af05aee2b (diff)
#79541#: renamed StarOffice
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/scanner/scanwin.cxx8
-rw-r--r--extensions/source/scanner/twain.cxx8
2 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/scanner/scanwin.cxx b/extensions/source/scanner/scanwin.cxx
index 5d6891df24b2..aee9d6db52a3 100644
--- a/extensions/source/scanner/scanwin.cxx
+++ b/extensions/source/scanner/scanwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scanwin.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:16:52 $
+ * last change: $Author: ka $ $Date: 2000-12-07 08:44:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -206,10 +206,10 @@ ImpTwain::ImpTwain( ScannerManager* pMgr, const Link& rNotifyLink ) :
aAppIdent.ProtocolMajor = TWON_PROTOCOLMAJOR;
aAppIdent.ProtocolMinor = TWON_PROTOCOLMINOR;
aAppIdent.SupportedGroups = DG_IMAGE | DG_CONTROL;
- strcpy( aAppIdent.Version.Info, "StarOffice" );
+ strcpy( aAppIdent.Version.Info, "6.0" );
strcpy( aAppIdent.Manufacturer, "Sun Microsystems");
strcpy( aAppIdent.ProductFamily,"Office");
- strcpy( aAppIdent.ProductName, "StarOffice");
+ strcpy( aAppIdent.ProductName, "Office");
HWND hParentWnd = HWND_DESKTOP;
WNDCLASS aWc = { 0, &TwainWndProc, 0, sizeof( WNDCLASS ), GetModuleHandle( NULL ),
diff --git a/extensions/source/scanner/twain.cxx b/extensions/source/scanner/twain.cxx
index 9fdffa7790f5..4c355a8bb158 100644
--- a/extensions/source/scanner/twain.cxx
+++ b/extensions/source/scanner/twain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: twain.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:16:52 $
+ * last change: $Author: ka $ $Date: 2000-12-07 08:44:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -170,10 +170,10 @@ ImpTwain::ImpTwain( const Link& rNotifyLink ) :
aAppIdent.ProtocolMajor = TWON_PROTOCOLMAJOR;
aAppIdent.ProtocolMinor = TWON_PROTOCOLMINOR;
aAppIdent.SupportedGroups = DG_IMAGE | DG_CONTROL;
- strcpy( aAppIdent.Version.Info, "StarOffice" );
+ strcpy( aAppIdent.Version.Info, "6.0" );
strcpy( aAppIdent.Manufacturer, "Sun Microsystems");
strcpy( aAppIdent.ProductFamily,"Office");
- strcpy( aAppIdent.ProductName, "StarOffice");
+ strcpy( aAppIdent.ProductName, "Office");
#ifdef OS2