summaryrefslogtreecommitdiff
path: root/sc/inc/editsrc.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-06-13 16:02:55 +0000
committerSascha Ballach <sab@openoffice.org>2001-06-13 16:02:55 +0000
commiteb528975a74725c6232a7da3f09cd4bd471c888d (patch)
tree90ee1556cc016c9af41f02b078f92e09735b0aa7 /sc/inc/editsrc.hxx
parent06e36bbd710852bca9b132c22b198a7f94a6b08d (diff)
#79771#; move the dirty flag to the CellTextData
Diffstat (limited to 'sc/inc/editsrc.hxx')
-rw-r--r--sc/inc/editsrc.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sc/inc/editsrc.hxx b/sc/inc/editsrc.hxx
index 5b9df4235ee5..474419e546f0 100644
--- a/sc/inc/editsrc.hxx
+++ b/sc/inc/editsrc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editsrc.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sab $ $Date: 2001-06-12 12:51:14 $
+ * last change: $Author: sab $ $Date: 2001-06-13 17:01:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,8 +127,6 @@ class ScSharedCellEditSource : public SvxEditSource
{
private:
ScCellTextData* pCellTextData;
- sal_Bool bDoUpdateData : 1;
- sal_Bool bDirty : 1;
protected:
ScCellTextData* GetCellTextData() const { return pCellTextData; } // for ScCellEditSource
@@ -145,7 +143,7 @@ public:
virtual void UpdateData();
void SetDoUpdateData(sal_Bool bValue);
- sal_Bool IsDirty() { return bDirty; }
+ sal_Bool IsDirty() const;
};
// ScCellEditSource with local copy of ScCellTextData is used by ScCellFieldsObj, ScCellFieldObj