summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/docuno.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 3a75ee85eb41..4b3f7010b9a2 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docuno.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:33:48 $
+ * last change: $Author: rt $ $Date: 2005-11-10 16:36:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -173,6 +173,8 @@ private:
BOOL FillRenderMarkData( const com::sun::star::uno::Any& aSelection,
ScMarkData& rMark, ScPrintSelectionStatus& rStatus ) const;
+ rtl::OUString maBuildId;
+
public:
ScModelObj(ScDocShell* pDocSh);
virtual ~ScModelObj();