summaryrefslogtreecommitdiff
path: root/sc/inc/editsrc.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 16:20:44 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 16:20:44 +0000
commit991b6cd2d2ae9fb1da6e1ae95ae84fbd0bc10848 (patch)
tree05ac4451adc9563c5db707ef76c4edc28942348b /sc/inc/editsrc.hxx
parente652b610090acf80f1166a8110994a456d91bb0e (diff)
INTEGRATION: CWS notesapi (1.14.160); FILE MERGED
2004/11/08 18:00:33 sab 1.14.160.1: #i36871#; implement new notes API
Diffstat (limited to 'sc/inc/editsrc.hxx')
-rw-r--r--sc/inc/editsrc.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/editsrc.hxx b/sc/inc/editsrc.hxx
index 432a1d9c1a80..89b42b0fdb11 100644
--- a/sc/inc/editsrc.hxx
+++ b/sc/inc/editsrc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editsrc.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:09:05 $
+ * last change: $Author: kz $ $Date: 2005-01-13 17:20:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,7 @@ class ScHeaderFooterContentObj;
class ScCellTextData;
class ScHeaderFooterTextData;
class ScAccessibleTextData;
+class SdrObject;
class ScHeaderFooterChangedHint : public SfxHint
@@ -183,6 +184,7 @@ private:
SvxEditEngineForwarder* pForwarder;
BOOL bDataValid;
+ SdrObject* GetCaptionObj();
public:
ScAnnotationEditSource(ScDocShell* pDocSh, const ScAddress& rP);
virtual ~ScAnnotationEditSource();