summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/confuno.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-04-12 11:18:28 +0000
committerSascha Ballach <sab@openoffice.org>2001-04-12 11:18:28 +0000
commit268bc917c688dafc2480d9bc2a4ef40296394385 (patch)
tree37b57e9720de20cdc3e6edf4af357e82942a5cae /sc/source/ui/unoobj/confuno.cxx
parent95da2330d7db530034234acd7ad260164bb6a52d (diff)
#86068#; put the Grip Options back into the ViewOptions
Diffstat (limited to 'sc/source/ui/unoobj/confuno.cxx')
-rw-r--r--sc/source/ui/unoobj/confuno.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx
index dc3141c46a63..0b89a805518c 100644
--- a/sc/source/ui/unoobj/confuno.cxx
+++ b/sc/source/ui/unoobj/confuno.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: confuno.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: nn $ $Date: 2001-04-06 14:36:18 $
+ * last change: $Author: sab $ $Date: 2001-04-12 12:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -243,6 +243,7 @@ void SAL_CALL ScDocumentConfiguration::setPropertyValue(
aGridOpt.SetSynchronize( ScUnoHelpFunctions::GetBoolFromAny( aValue ) );
else
throw beans::UnknownPropertyException();
+ aViewOpt.SetGridOptions(aGridOpt);
}
pDoc->SetViewOptions(aViewOpt);
}