summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-19 05:28:21 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-19 06:18:48 +0100
commit97c06429b8b45b9ed69f365339be4317e5ce5905 (patch)
tree4f486b43a0b9a4be2b3b916ab0a9e7f6802ff5ba
parent4e43ad788b308a6ce8369b8e061cda6d5f7523de (diff)
add missing forward declarations
-rw-r--r--sc/inc/clipdata.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/clipdata.hxx b/sc/inc/clipdata.hxx
index 2e8567a81153..4d4be6afb07f 100644
--- a/sc/inc/clipdata.hxx
+++ b/sc/inc/clipdata.hxx
@@ -29,6 +29,9 @@
#ifndef __SC_CLIPDATA_HXX__
#define __SC_CLIPDATA_HXX__
+class ScTransferObj;
+class ScDrawTransferObj;
+
struct ScClipData
{
ScTransferObj* pCellClipboard;