summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 16:08:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 16:08:00 +0000
commit4dc75394ac2880294b273b371ff87ddb93a1176e (patch)
tree8103a2c32cf519da6e998b0a39ccba8777808ae2
parent3c950e01461ab1037b2a1e821dfb540cb990142f (diff)
INTEGRATION: CWS fwk69 (1.68.8); FILE MERGED
2007/07/17 15:43:03 mav 1.68.8.1: #i77663# fix typo
-rw-r--r--sfx2/source/doc/objcont.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx
index f12c6d529f0d..e22c2a1a3fc7 100644
--- a/sfx2/source/doc/objcont.cxx
+++ b/sfx2/source/doc/objcont.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: objcont.cxx,v $
*
- * $Revision: 1.70 $
+ * $Revision: 1.71 $
*
- * last change: $Author: hr $ $Date: 2007-08-01 11:04:26 $
+ * last change: $Author: hr $ $Date: 2007-08-02 17:08:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -334,7 +334,7 @@ SfxViewFrame* SfxObjectShell::LoadWindows_Impl( SfxTopFrame *pPreferedFrame )
break;
// check for minimized/maximized/size
- if ( aPosSize.EqualsAscii( "min" ) )
+ if ( aPosSize.EqualsAscii( "max" ) )
bMaximized = TRUE;
else if ( aPosSize.EqualsAscii( "min" ) )
{